Exemple #1
0
 public MutableWOGS(MutableWOGS obj) : this(obj.X, obj.Y)
 {
 }
Exemple #2
0
 public AA()
 {
     Mutable = new MutableWOGS(5, 5);
 }