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