Atmo.UI.DevEx.MainForm.simpleButtonWindFinderAction_Click C# (CSharp) Method

simpleButtonWindFinderAction_Click() private method

private simpleButtonWindFinderAction_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void simpleButtonWindFinderAction_Click(object sender, EventArgs e)
        {
            if (timerWindFinder.Enabled)
            {
                CancelWindFinder("User canceled.");
            }
            else
            {

              //  AppContext.PersistentState.StationNameWF = "meno";
                //AppContext.PersistentState.StationPasswordWF = "heslo";
                AutoStartWindFinder();

            }
        }
MainForm