Exemplo n.º 1
0
 public PiarMessages(DetectorProperty pro, bool set)
 {
     outmessage = pro.CrateMassage(set);
     Property = pro;
     timer = new WaitingTimer(this);
 }
Exemplo n.º 2
0
 public static void AddToLog(OutgoingMessage message, string text, LogTypes type)
 {
     LogItem item = new LogItem(message, text, type, Format);
     _loglist.Insert(0, item);
     SetView(item);
 }