Example #1
0
 public SampleServer()
 {
     _container = WindsorConfiguration.CreateContainer();
     _server    = CreateServer();
 }