コード例 #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();
        }