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