更新圖包
This commit is contained in:
parent
258aab30f8
commit
2ef12d8988
@ -137,21 +137,11 @@ namespace DualScreenDemo
|
|||||||
|
|
||||||
private void PreviousPromotionButton_Click(object sender, EventArgs e)
|
private void PreviousPromotionButton_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
promotionsAndMenuPanel.LoadPreviousPage();
|
promotionsAndMenuPanel.LoadPreviousPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void NextPromotionButton_Click(object sender, EventArgs e)
|
private void NextPromotionButton_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
promotionsAndMenuPanel.LoadNextPage();
|
promotionsAndMenuPanel.LoadNextPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user