VAGSuite.frmTransactionLog.simpleButton2_Click C# (CSharp) Метод

simpleButton2_Click() приватный Метод

private simpleButton2_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void simpleButton2_Click(object sender, EventArgs e)
        {
            // show the details for this transaction (including data, meaning 2 mapviewers showing the details)
            frmInfoBox info = new frmInfoBox("Still needs to be implemented");
        }