BF2Statistics.GamespyConfigForm.GamespyConfigForm C# (CSharp) Method

GamespyConfigForm() public method

public GamespyConfigForm ( ) : System
return System
        public GamespyConfigForm()
        {
            InitializeComponent();

            // Load Settings
            EnableChkBox.Checked = Program.Config.GamespyEnableServerlist;
            AllowExtChkBox.Checked = Program.Config.GamespyAllowExtServers;
            AddressTextBox.Text = Program.Config.GamespyExtAddress;
            DebugChkBox.Checked = Program.Config.GamespyServerDebug;
        }