コード例 #1
0
ファイル: Form1.cs プロジェクト: aleph0mc/WcfTutorials
 private void btnPrintLogFiles_Click(object sender, EventArgs e)
 {
     _client.StartPrintingLogFiles("Log information has been printed successfully...");
 }
コード例 #2
0
 private void button3_Click(object sender, EventArgs e)
 {
     proxy.StartPrintingLogFiles("Log information has been printed successfully..");
 }