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