public void StoreGlobalIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient)
 {
     this.NotifyIconChangerClient = notifyIconChangerClient;
 }
示例#2
0
 public virtual void StoreIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient)
 {
     this.NotifyIconChangerClient = notifyIconChangerClient;
 }
 public virtual void StoreIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient)
 {
     this.NotifyIconChangerClient = notifyIconChangerClient;
 }
示例#4
0
 public void StoreGlobalIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient)
 {
     this.GlobalIconChanger = notifyIconChangerClient;
 }