Exemplo n.º 1
0
 public PencilToggle(PencilGrid Target, Location Where, int Value)
     : base(Target, Where, Value)
 {
 }
Exemplo n.º 2
0
 public PencilClear(PencilGrid Target, Location Where, int Value)
     : base(Target, Where, Value)
 {
 }
Exemplo n.º 3
0
 internal PencilActionBase(PencilGrid Target, Location Where, int Value)
 {
     _target = Target;
     _where = Where;
     _value = Value;
 }
Exemplo n.º 4
0
 internal PencilActionBase(PencilGrid Target, Location Where, int Value)
 {
     _target = Target;
     _where  = Where;
     _value  = Value;
 }
Exemplo n.º 5
0
 public PencilClear(PencilGrid Target, Location Where, int Value) : base(Target, Where, Value)
 {
 }
Exemplo n.º 6
0
 public PencilToggle(PencilGrid Target, Location Where, int Value) : base(Target, Where, Value)
 {
 }