예제 #1
0
파일: Form1.cs 프로젝트: wanasak/WCF_Demo
 private void button2_Click(object sender, EventArgs e)
 {
     _client = new CalculatorService.CalculatorServiceClient();
 }
예제 #2
0
파일: Form1.cs 프로젝트: wanasak/WCF_Demo
 public Form1()
 {
     InitializeComponent();
     _client = new CalculatorService.CalculatorServiceClient();
 }