示例#1
0
        /* Оборотная ведомость по поставщику */
        void ReportSupplier()
        {
            FormClientReportSupplier Rapid_ClientReportSupplier = new FormClientReportSupplier();

            Rapid_ClientReportSupplier.MdiParent = ClassForms.Rapid_Client;
            Rapid_ClientReportSupplier.Show();
        }
示例#2
0
 /* Оборотная ведомость по поставщику */
 void ReportSupplier()
 {
     FormClientReportSupplier Rapid_ClientReportSupplier = new FormClientReportSupplier();
     Rapid_ClientReportSupplier.MdiParent = ClassForms.Rapid_Client;
     Rapid_ClientReportSupplier.Show();
 }