コード例 #1
0
 private void Button_Click(object sender, RoutedEventArgs e)
 {
     currentConfiguration = new StaticConfiguration(33366, "changeme");
     StartServer();
 }
コード例 #2
0
 protected override void OnStart(string[] args)
 {
     currentConfiguration = new RegistryConfiguration(LogOutlet);
     StartServer();
     //StartTests();
 }