Exemplo n.º 1
0
        private void showSalesDataToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            ReportSalesView repSales = new ReportSalesView(this);

            repSales.Show();
            this.Visible = false;
        }
Exemplo n.º 2
0
 /* Конструктор */
 public ProductsController(ReportSalesView _controlForm)
 {
     connection             = DBData.GetDBConnection();
     controlReportSalesView = _controlForm;
 }
Exemplo n.º 3
0
        //private MarketplaceView


        public MarketplaceController(ReportSalesView _mf)
        {
            connection             = DBData.GetDBConnection();
            controlReportSalesView = _mf;
        }
Exemplo n.º 4
0
 public AllOrdersController(ReportSalesView _mf)
 {
     connection             = DBData.GetDBConnection();
     controlReportSalesView = _mf;
 }