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