예제 #1
0
 public MyDdemlServer(string service, DdemlContext context, DdeServer parent)
     : base(service, context)
 {
     _Parent = parent;
 }
예제 #2
0
파일: DdeServer.cs 프로젝트: zyun1/dde-net
 public MyDdemlServer(string service, DdemlContext context, DdeServer parent) : base(service, context)
 {
     _Parent = parent;
 }