Beispiel #1
0
 private void postingToolStripMenuItem_Click(object sender, EventArgs e)
 {
     BTS.UI.Posting.SalePosting posting = new BTS.UI.Posting.SalePosting();
     posting.ShowDialog();
 }
Beispiel #2
0
 private void pb2_Click(object sender, EventArgs e)
 {
     BTS.UI.Posting.SalePosting salePosting = new BTS.UI.Posting.SalePosting();
     salePosting.ShowDialog();
 }