Пример #1
0
        private void Permissions_Load(object sender, EventArgs e)
        {
            Restyler.WindowsReStyle(Handle);

            PathRootTbox.Text = CurrentNode.Node.FullPath;
            GetAccess();
        }
Пример #2
0
        private void Keys_Load(object sender, EventArgs e)
        {
            Restyler.WindowsReStyle(Handle);

            if (_editMode)
            {
                EditMode_Load();
            }
        }
Пример #3
0
 public Roots(bool renameMode)
 {
     _renameMode = renameMode;
     InitializeComponent();
     Restyler.WindowsReStyle(Handle);
 }
Пример #4
0
 private void Main_Form_Load(object sender, EventArgs e)
 {
     Restyler.WindowsReStyle(Handle);
     LoadMainHkey();
 }
Пример #5
0
 private void AboutProduct_Load(object sender, EventArgs e)
 {
     VersionLabel.Text = Application.ProductVersion;
     Restyler.WindowsReStyle(Handle);
 }