Esempio n. 1
0
 private void CreateQueueStripButton_Click(object sender, EventArgs e)
 {
     Form frmCreateQueue = new frmCreateQueue(ref oVariables);
     frmCreateQueue.ShowDialog();
 }
Esempio n. 2
0
 private void newQueueToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Form frmCreateQueue = new frmCreateQueue(ref oVariables);
     frmCreateQueue.ShowDialog();
 }