Example #1
0
 public STM1(int POH, string C4, Dictionary <int, VirtualContainer3> vc3List)
 {
     this.vc4         = new VirtualContainer4(POH, C4);
     this.vc4.vc3List = vc3List;
 }
Example #2
0
 public STM1(int POH, Dictionary <int, VirtualContainer3> vc3List)
 {
     this.vc4 = new VirtualContainer4(POH, vc3List);
 }
Example #3
0
 public STM1(VirtualContainer4 vc4)
 {
     this.vc4 = vc4;
 }
Example #4
0
 public STM1(int POH, string C4)
 {
     this.vc4 = new VirtualContainer4(POH, C4);
 }