示例#1
0
 public ApplicationClassFactory(IComServer server)
 {
     _server = server;
 }
示例#2
0
 public Application(IComServer server)
     : base(server)
 {
 }