public void successAuth() { ChatsFrom newChatForm = new ChatsFrom(textBox1.Text); this.Visible = false; newChatForm.Show(); }
public void successRegist() { ChatsFrom newChatForm = new ChatsFrom(textBox1.Text); Main_Form.Visible = false; newChatForm.Show(); this.Close(); }