Ejemplo n.º 1
0
 public propertyDef()
 {
     this.ignoreTextField = boolean.False;
     this.textKindField   = propertyDefTextKind.Free;
     this.hiddenField     = "False";
 }
Ejemplo n.º 2
0
Archivo: Game.cs Proyecto: octgn/OCTGN
 public propertyDef()
 {
     this.ignoreTextField = boolean.False;
     this.textKindField = propertyDefTextKind.Free;
     this.hiddenField = "False";
 }