Esempio n. 1
0
        //public void setID(string id)
        //{
        //    this.id = id;
        //}


        public ChatClientForm(GotChat form, string id) //이상형리스트에서 채팅 클라이언트의 소스를 쓰기위해 정의.
        {
            InitializeComponent();
            ideal_form = form;
            ID         = id;

            Connect();
        }
Esempio n. 2
0
        private void btn_GotChat_Click(object sender, EventArgs e)
        {
            GotChat gotChatList = new GotChat(currentUserId, currentUserGender);

            gotChatList.ShowDialog();
        }