public void StoreGlobalIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient) { this.NotifyIconChangerClient = notifyIconChangerClient; }
public virtual void StoreIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient) { this.NotifyIconChangerClient = notifyIconChangerClient; }
public void StoreGlobalIconChangingAssignee(INotifyIconChangerClient notifyIconChangerClient) { this.GlobalIconChanger = notifyIconChangerClient; }