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