Пример #1
0
 public void SetEnabled(bool gridEn, bool dotEn)
 {
     rendy.EnabledUpdate(gridEn);
     dot.EnabledUpdate(dotEn);
 }