Пример #1
0
 private void _NotifyState(FormMoveNotificationState state)
 {
     if (this._HasNotificator)
     {
         this._Notificator.FormMoveNotification(this, new FormMoveNotificationArgs(state));
     }
 }
Пример #2
0
 /// <summary>
 /// Konstruktor
 /// </summary>
 /// <param name="state"></param>
 public FormMoveNotificationArgs(FormMoveNotificationState state)
 {
     this.State = state;
 }