Пример #1
0
 public void Start(IOwnerWindow owner)
 {
     _ownerWindow = owner;
     _infomation  = null;
     if (!InitAlert())
     {
         return;
     }
     AlertLoop();
 }
Пример #2
0
 public void Start(IOwnerWindow owner)
 {
     _ownerWindow = owner;
     _infomation = null;
     if(!InitAlert())
     {
         return;
     }
     AlertLoop();
 }