| | |
| | | switch (E_SuitType)
|
| | | {
|
| | | case SuitType.LowSuit:
|
| | | ConfirmCancel.ShowPopConfirm(Language.Get("Mail101"), Language.Get("EquipSuitSplit101", UIHelper.GetEquipAreaName(equipPlace)),
|
| | | ConfirmCancel.ShowPopConfirm(Language.Get("Mail101"), Language.Get("EquipSuitSplit101", UIHelper.GetEquipPlaceName(equipPlace)),
|
| | | (bool isOk) =>
|
| | | {
|
| | | if (isOk)
|
| | |
| | | });
|
| | | break;
|
| | | case SuitType.HighSuit:
|
| | | ConfirmCancel.ShowPopConfirm(Language.Get("Mail101"), Language.Get("EquipSuitSplit102", UIHelper.GetEquipAreaName(equipPlace)),
|
| | | ConfirmCancel.ShowPopConfirm(Language.Get("Mail101"), Language.Get("EquipSuitSplit102", UIHelper.GetEquipPlaceName(equipPlace)),
|
| | | (bool isOk) =>
|
| | | {
|
| | | if (isOk)
|