예제 #1
0
        private void button11_Click_1(object sender, EventArgs e)
        {
            DebtorPayDebt v = new DebtorPayDebt(pfSessionTextBox.Text, databaseConnectionStringTextBox.Text);

            v.ShowDialog();
        }
예제 #2
0
        private void viewDebtorToolStripMenuItem_Click(object sender, EventArgs e)
        {
            DebtorPayDebt v = new DebtorPayDebt(pfsession.Text, databaseConnectionStringTextBox.Text);

            v.ShowDialog();
        }