CSPspEmu.Gui.Winforms.Winforms.CheatsForm.ApplyButton_Click C# (CSharp) Method

ApplyButton_Click() private method

private ApplyButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void ApplyButton_Click(object sender, EventArgs e)
        {
            CWCheatPlugin.Cheats = CheatsTextBox.Text;
            this.Close();
        }