| | |
| | | WindowCenter.Instance.Open<OpenServerGiftWin>(true);
|
| | | }
|
| | | break;
|
| | | case 7:
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | | WindowCenter.Instance.OpenWithoutAnimation<LimitedTimePackageWin>();
|
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<LimitedTimePackageWin>(true);
|
| | | }
|
| | | break;
|
| | | case 8:
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | |
| | | WindowCenter.Instance.CloseImmediately<NPracticePointWin>();
|
| | | WindowCenter.Instance.CloseImmediately<BossRebornWin>();
|
| | | WindowCenter.Instance.CloseImmediately<OpenServerGiftWin>();
|
| | | WindowCenter.Instance.CloseImmediately<LimitedTimePackageWin>();
|
| | | }
|
| | |
|
| | | private int Compare(int x, int y)
|