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

            if (direction == PageLoadedDirection.Forward)
            {
                HelpersGUI.FocusFirstControl(Controls);
            }
        }
Exemplo n.º 3
0
 public override void PageLoaded(PageLoadedDirection direction)
 {
     base.PageLoaded(direction);
     if (direction == PageLoadedDirection.Forward)
     {
         HelpersGUI.FocusFirstControl(base.Controls);
         this.BuildSynchronizationTreeView();
     }
 }
Exemplo n.º 4
0
 public override void PageLoaded(PageLoadedDirection direction)
 {
     base.PageLoaded(direction);
     if (direction == PageLoadedDirection.Forward)
     {
         HelpersGUI.FocusFirstControl(base.Controls);
         this.BuildRepliactionInfoList();
     }
 }
Exemplo n.º 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();
     }
 }
Exemplo n.º 6
0
 public override void PageLoaded(PageLoadedDirection direction)
 {
     base.PageLoaded(direction);
     HelpersGUI.FocusFirstControl(Controls);
 }