Exemple #1
0
 // 按下確定
 void OnChildClick_OK(object Data)
 {
     LogMgr.DebugLog("[PanelLogin] OnChildClick_OK");
     // 送出帳號檢查
     ClientService.Account_Check(GameUtility.GetInputText(Const.Input_Account)
                                 , GameUtility.GetInputText(Const.Input_Password)
                                 );
 }