Пример #1
0
 private void LogPositionEvent(string msg)
 {
     MainWnd.InsertLogEvent(new PositionEventModel {
         Message = msg
     });
 }
Пример #2
0
 void LogWatcherEvent(string msg)
 {
     MainWnd.InsertLogEvent(new PosWatcherEventModel {
         Message = msg
     });
 }