| | |
| | |
|
| | | private void operationStartEvent(Operation arg1, int arg2)
|
| | | {
|
| | | if (arg1 == Operation.SpringFestival || arg1== Operation.OpenServiceAchievement)
|
| | | if (arg1 == Operation.SpringFestival || arg1 == Operation.OpenServiceAchievement)
|
| | | {
|
| | | IsButtonNumber();
|
| | | }
|
| | |
| | | private void OpenServiceAchievementButton()
|
| | | {
|
| | | CloseChild();
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | | WindowCenter.Instance.OpenWithoutAnimation<OpenServiceAchievementWin>();
|
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<OpenServiceAchievementWin>(true);
|
| | | }
|
| | | WindowCenter.Instance.Open<OpenServiceAchievementWin>(true);
|
| | | functionOrder = 0;
|
| | | } |
| | | private void SpringFestivalButton()
|
| | | {
|
| | | CloseChild();
|
| | | if (windowState == WindowState.Opened)
|
| | | {
|
| | | WindowCenter.Instance.OpenWithoutAnimation<SpringFestivalWin>();
|
| | | }
|
| | | else
|
| | | {
|
| | | WindowCenter.Instance.Open<SpringFestivalWin>(true);
|
| | | }
|
| | | WindowCenter.Instance.Open<SpringFestivalWin>(true);
|
| | | functionOrder = 1;
|
| | | } |
| | | #endregion |