Exemplo n.º 1
0
 private void LogPositionEvent(string msg)
 {
     MainWnd.InsertLogEvent(new PositionEventModel {
         Message = msg
     });
 }
Exemplo n.º 2
0
 void LogWatcherEvent(string msg)
 {
     MainWnd.InsertLogEvent(new PosWatcherEventModel {
         Message = msg
     });
 }