Esempio n. 1
0
        /* Оборотная ведомость по счёту */
        void ReportAccount()
        {
            FormClientReportAccount Rapid_ClientReportAccount = new FormClientReportAccount();

            Rapid_ClientReportAccount.MdiParent = ClassForms.Rapid_Client;
            Rapid_ClientReportAccount.Show();
        }
Esempio n. 2
0
 /* Оборотная ведомость по счёту */
 void ReportAccount()
 {
     FormClientReportAccount Rapid_ClientReportAccount = new FormClientReportAccount();
     Rapid_ClientReportAccount.MdiParent = ClassForms.Rapid_Client;
     Rapid_ClientReportAccount.Show();
 }