コード例 #1
0
ファイル: FrmMain.cs プロジェクト: hjk1122/start1
 public FrmMain()
 {
     InitializeComponent();
     this.txtLocalIP.Text    = GetInfo.GetAppConfig("localIP");
     this.txtLocalPort.Text  = GetInfo.GetAppConfig("localPort");
     this.txtRemoteIP.Text   = GetInfo.GetAppConfig("remoteIP");
     this.txtRemotePort.Text = GetInfo.GetAppConfig("remotePort");
 }