Exemplo n.º 1
0
 private void positionDetailsEventToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PositionDetailsEventWindow pdew = new PositionDetailsEventWindow(zf);
     pdew.Show();
 }
Exemplo n.º 2
0
        private void positionDetailsEventToolStripMenuItem_Click(object sender, EventArgs e)
        {
            PositionDetailsEventWindow pdew = new PositionDetailsEventWindow(zf);

            pdew.Show();
        }