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