| | |
| | | WindowCenter.Instance.Open<FairyGrabBossNoticeWin>(true);
|
| | | }
|
| | | break;
|
| | | case 14:
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | | WindowCenter.Instance.OpenWithoutAnimation<FlashRushToBuyWin>();
|
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<FlashRushToBuyWin>(true);
|
| | | }
|
| | | break;
|
| | | }
|
| | | }
|
| | |
|
| | |
| | | WindowCenter.Instance.CloseImmediately<VipInvestWin>();
|
| | | WindowCenter.Instance.CloseImmediately<FairyLeagueNoticeWin>();
|
| | | WindowCenter.Instance.CloseImmediately<FairyGrabBossNoticeWin>();
|
| | | WindowCenter.Instance.CloseImmediately<FlashRushToBuyWin>();
|
| | | }
|
| | |
|
| | | private int Compare(int order_x, int order_y)
|