Example #1
0
 public void RemoveCond(CondVM cond)
 {
     Conds.Remove(cond);
     OnCondsOrderChanged();
 }