예제 #1
0
        /* Оборотная ведомость по покупателю */
        void ReportBuyer()
        {
            FormClientReportBuyer Rapid_ClientReportBuyer = new FormClientReportBuyer();

            Rapid_ClientReportBuyer.MdiParent = ClassForms.Rapid_Client;
            Rapid_ClientReportBuyer.Show();
        }
예제 #2
0
 /* Оборотная ведомость по покупателю */
 void ReportBuyer()
 {
     FormClientReportBuyer Rapid_ClientReportBuyer = new FormClientReportBuyer();
     Rapid_ClientReportBuyer.MdiParent = ClassForms.Rapid_Client;
     Rapid_ClientReportBuyer.Show();
 }