예제 #1
0
 private void InitService()
 {
     _touchServer = new TouchServer();
     _touchServer.Start(result =>
     {
         tb_ServerState.Text = result ? "Server running." : "Server failed to start.";
     });
 }
 private void InitService()
 {
     _touchServer = new TouchServer();
     _touchServer.Start(result =>
                           {
                               tb_ServerState.Text = result ? "Server running." : "Server failed to start.";
                           });
 }