Example #1
0
 private void PalletOutStockToolStripMenuItem_Click(object sender, EventArgs e)
 {
     App.View.Task.frmPalletOut f = new App.View.Task.frmPalletOut();
     ShowForm(f);
 }
Example #2
0
 private void toolStripButton_PalletOutStock_Click(object sender, EventArgs e)
 {
     App.View.Task.frmPalletOut f = new App.View.Task.frmPalletOut();
     ShowForm(f);
 }