Exemplo n.º 1
0
 public Model(int v) : base(v)
 {
     synchState = new SynchState(this);
 }
Exemplo n.º 2
0
 public Model() : base()
 {
     synchState = new SynchState(this);
 }