예제 #1
0
파일: Client.cs 프로젝트: Tunell/xmlChat
 public ClientProg(ChatClientForm f)
 {
     form = f;
 }
예제 #2
0
 public clientConnectForm(ChatClientForm f1, ClientProg c)
 {
     client = c;
     form = f1;
     InitializeComponent();
 }