Exemplo n.º 1
0
 public ApplicationClassFactory(IComServer server)
 {
     _server = server;
 }
Exemplo n.º 2
0
 public Application(IComServer server)
     : base(server)
 {
 }