Пример #1
0
 public PencilToggle(PencilGrid Target, Location Where, int Value)
     : base(Target, Where, Value)
 {
 }
Пример #2
0
 public PencilClear(PencilGrid Target, Location Where, int Value)
     : base(Target, Where, Value)
 {
 }
Пример #3
0
 internal PencilActionBase(PencilGrid Target, Location Where, int Value)
 {
     _target = Target;
     _where = Where;
     _value = Value;
 }
Пример #4
0
 internal PencilActionBase(PencilGrid Target, Location Where, int Value)
 {
     _target = Target;
     _where  = Where;
     _value  = Value;
 }
Пример #5
0
 public PencilClear(PencilGrid Target, Location Where, int Value) : base(Target, Where, Value)
 {
 }
Пример #6
0
 public PencilToggle(PencilGrid Target, Location Where, int Value) : base(Target, Where, Value)
 {
 }