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