예제 #1
0
        private void ComboBoxItem_All()
        {
            //ComboBoxItem_Batchsheets(sender, e);
            //ComboBoxItem_MonthlyReports(sender, e);
            //ComboBoxItem_Statements(sender, e);
            //ComboBoxItem_Statements(sender, e);
            RunBatch script = new RunBatch("All");

            script.ExecuteCommand();
        }
예제 #2
0
        private void ComboBoxItem_Statements()
        {
            RunBatch script = new RunBatch("Statements");

            script.ExecuteCommand();
        }
예제 #3
0
        private void ComboBoxItem_PerkinsReassignments()
        {
            RunBatch script = new RunBatch("Perkins Reassignments");

            script.ExecuteCommand();
        }
예제 #4
0
        private void ComboBoxItem_InterestPaid()
        {
            RunBatch script = new RunBatch("Interest Paid");

            script.ExecuteCommand();
        }
예제 #5
0
        private void ComboBoxItem_CollectionAgencyReports()
        {
            RunBatch script = new RunBatch("Collection Agency Reports");

            script.ExecuteCommand();
        }
예제 #6
0
        private void ComboBoxItem_Invoices()
        {
            RunBatch script = new RunBatch("Invoices");

            script.ExecuteCommand();
        }
예제 #7
0
        private void ComboBoxItem_MonthlyReports()
        {
            RunBatch script = new RunBatch("Monthly Reports");

            script.ExecuteCommand();
        }
예제 #8
0
        private void ComboBoxItem_Batchsheets()
        {
            RunBatch script = new RunBatch("Batchsheets");

            script.ExecuteCommand();
        }