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