Exemplo n.º 1
0
 public IpcPathClass(IpcBaseClass base_var)
 {
     this.IpcBase_       = base_var;
     this.PathEntryArray = new IpcPathEntryClass[this.PATH_ARRAY_LENGTH];
 }
Exemplo n.º 2
0
 public IpcApiClass(IpcBaseClass base_var)
 {
     this.IpcBase_ = base_var;
 }