コード例 #1
0
 public Registration()
 {
     InitializeComponent();
     client = new UDPClient("127.0.0.1", 12000);
 }
コード例 #2
0
ファイル: Login.cs プロジェクト: FortanPireva/DS_1819_Gr19
 public Login()
 {
     InitializeComponent();
     client = new UDPClient("127.0.0.1", 12000);
 }