Exemplo n.º 1
0
        private void btn_prodModule_Click(object sender, EventArgs e)
        {
            ProductionModule production = new ProductionModule(this);

            production.setCurrentSessionUser(this.currentSessionUser);
            production.Show();
            this.Hide();
        }
Exemplo n.º 2
0
 public ProductReport(ProductionModule productionModule)
 {
     InitializeComponent();
     this._productionModule = productionModule;
 }