CSPosAPI.FormNonCash.buttonCancel_Click C# (CSharp) 메소드

buttonCancel_Click() 개인적인 메소드

private buttonCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void
        private void buttonCancel_Click(object sender, EventArgs e)
        {
            listBankTranscation = null;
            summaryNonCash = 0;
            this.Close();
        }