private void AnswerChatAgainQuestion(Action_AcceptChatAgain act) { if (act.needChatAgain) { UserView.strProp_userName = ""; SetGuiForStep(2); } else { UserView.strProp_selectedLanguage = ""; UserView.strProp_userName = ""; SetGuiForStep(1); } }