public void OnBtnClickLogin() { string strAccount = account.text; SysLog.debug("start login by " + strAccount); UT.startCoroutine(StartLogin(strAccount)); }