public Form4(StockKeluar stockKeluar) { InitializeComponent(); this.stockKeluar = stockKeluar; formActive = "stockKeluar"; }
private void btnCustomer_Click(object sender, EventArgs e) { StockKeluar stockKeluar = new StockKeluar(); stockKeluar.Show(); }