public void StoreGlobalIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient)
 {
     this.NotifyIconChangerClient = notifyIconChangerClient;
 }
Exemplo n.º 2
0
 public virtual void StoreIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient)
 {
     this.NotifyIconChangerClient = notifyIconChangerClient;
 }
Exemplo n.º 3
0
 public virtual void StoreIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient)
 {
     this.NotifyIconChangerClient = notifyIconChangerClient;
 }
Exemplo n.º 4
0
 public void StoreGlobalIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient)
 {
     this.GlobalIconChanger = notifyIconChangerClient;
 }