Beispiel #1
0
        // create a new Request for Proposals (toolbar button)
        void tbbCreate_Click(object sender, EventArgs e)
        {
            NewRfp newRfpForm = new NewRfp();

            newRfpForm.PurchaseProcessHost = this.PurchaseProcessHost;
            newRfpForm.Show();
        }
Beispiel #2
0
 // create a new Request for Proposals (toolbar button)
 void tbbCreate_Click(object sender, EventArgs e)
 {
     NewRfp newRfpForm = new NewRfp();
     newRfpForm.PurchaseProcessHost = this.PurchaseProcessHost;
     newRfpForm.Show();
 }