Exemple #1
0
 protected override void PageLoadedCore(PageLoadedDirection direction)
 {
     if (direction == PageLoadedDirection.Forward)
     {
         HelpersGUI.FocusFirstControl(Controls);
     }
 }
Exemple #2
0
        public override void PageLoaded(PageLoadedDirection direction)
        {
            base.PageLoaded(direction);

            if (direction == PageLoadedDirection.Forward)
            {
                HelpersGUI.FocusFirstControl(Controls);
            }
        }
Exemple #3
0
 public override void PageLoaded(PageLoadedDirection direction)
 {
     base.PageLoaded(direction);
     if (direction == PageLoadedDirection.Forward)
     {
         HelpersGUI.FocusFirstControl(base.Controls);
         this.BuildSynchronizationTreeView();
     }
 }
 public override void PageLoaded(PageLoadedDirection direction)
 {
     base.PageLoaded(direction);
     if (direction == PageLoadedDirection.Forward)
     {
         HelpersGUI.FocusFirstControl(base.Controls);
         this.BuildRepliactionInfoList();
     }
 }
Exemple #5
0
 public override void PageLoaded(PageLoadedDirection direction)
 {
     base.PageLoaded(direction);
     if (direction == PageLoadedDirection.Forward)
     {
         HelpersGUI.FocusFirstControl(base.Controls);
         this.InitStorageGridList();
         this.SettingValue();
         this.InitNetworkListBox();
         this.InitCredentials();
     }
 }
Exemple #6
0
 public override void PageLoaded(PageLoadedDirection direction)
 {
     base.PageLoaded(direction);
     HelpersGUI.FocusFirstControl(Controls);
 }