private void showSalesDataToolStripMenuItem1_Click(object sender, EventArgs e) { ReportSalesView repSales = new ReportSalesView(this); repSales.Show(); this.Visible = false; }
/* Конструктор */ public ProductsController(ReportSalesView _controlForm) { connection = DBData.GetDBConnection(); controlReportSalesView = _controlForm; }
//private MarketplaceView public MarketplaceController(ReportSalesView _mf) { connection = DBData.GetDBConnection(); controlReportSalesView = _mf; }
public AllOrdersController(ReportSalesView _mf) { connection = DBData.GetDBConnection(); controlReportSalesView = _mf; }