CUDA_Manager.Form1.Form1 C# (CSharp) Метод

Form1() публичный Метод

public Form1 ( ) : System
Результат System
        public Form1()
        {
            InitializeComponent();
            //Default Configurables
            this.OHprotect.Checked = true;
            this.OHprotect.CheckState = System.Windows.Forms.CheckState.Checked;
            this.toolMinTray.Checked = false;
            this.toolMinTray.CheckState = System.Windows.Forms.CheckState.Unchecked;
            this.conShowWarnings.Checked = true;
            this.conShowWarnings.CheckState = System.Windows.Forms.CheckState.Checked;
            //Get user defaults if they exist.
            LoadSettings();
        }