Пример #1
0
 public void Increase()
 {
     MyProperty++;
     _stringClass.MyProperty = MyProperty.ToString();
     _stringClass.WriteToLog();
 }