mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复更好买报错
This commit is contained in:
parent
944cf2c34b
commit
bdf62a9f7a
@ -353,6 +353,8 @@ namespace VPet_Simulator.Windows
|
||||
|
||||
private void pagination_CurrentPageChanged(object sender, SelectedValueChangedRoutedEventArgs<int> e)
|
||||
{
|
||||
if (!AllowChange)
|
||||
return;
|
||||
Search();
|
||||
TbPage.Text = e.NewValue.ToString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user