//public void setID(string id) //{ // this.id = id; //} public ChatClientForm(GotChat form, string id) //이상형리스트에서 채팅 클라이언트의 소스를 쓰기위해 정의. { InitializeComponent(); ideal_form = form; ID = id; Connect(); }
private void btn_GotChat_Click(object sender, EventArgs e) { GotChat gotChatList = new GotChat(currentUserId, currentUserGender); gotChatList.ShowDialog(); }