Exemplo n.º 1
0
 public S4ObjectDebugView(S4Object obj)
 {
     this.s4obj = obj;
 }
Exemplo n.º 2
0
 public S4ObjectSlotDisplay(S4Object obj, string name)
 {
     this.s4obj = obj;
     this.name = name;
 }
Exemplo n.º 3
0
 public S4ObjectSlotDisplay(S4Object obj, string name)
 {
     this.s4obj = obj;
     this.name  = name;
 }
Exemplo n.º 4
0
 public S4ObjectDebugView(S4Object obj)
 {
     this.s4obj = obj;
 }