コード例 #1
0
ファイル: Form1.cs プロジェクト: BGCX261/zifli-svn-to-git
 private void ZifliForm_Load(object sender, EventArgs e)
 {
     ClientRemoting.createChannelTcp();
     this.updateLabelsMenus();
     this.Show();
 }