Example #1
0
        private void ValidIdentiferToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SkorkInstructions si = new SkorkInstructions();
            Diag d = new Diag();

            si.CreateKey(d.ShowInputDialog("Enter a variable"),
                         (int.Parse(d.ShowInputDialog("Enter a int value", ""))));


            si.Temp();
        }
Example #2
0
        private void checkIntTypeToolStripMenuItem_Click(object sender, EventArgs e)
        {
            SkorkInstructions si = new SkorkInstructions();

            si.Temp();
        }
Example #3
0
 private void listKeyToolStripMenuItem_Click(object sender, EventArgs e)
 {
     SkorkInstructions si = new SkorkInstructions();
 }