예제 #1
0
        public void successAuth()
        {
            ChatsFrom newChatForm = new ChatsFrom(textBox1.Text);

            this.Visible = false;
            newChatForm.Show();
        }
예제 #2
0
        public void successRegist()
        {
            ChatsFrom newChatForm = new ChatsFrom(textBox1.Text);

            Main_Form.Visible = false;
            newChatForm.Show();
            this.Close();
        }