Beispiel #1
0
        private void newToolStripMenuItem_Click(object sender, EventArgs e)
        {
            /*
             * if (dot.Count > 0 && saved == 0)
             * {
             *  this.SaveChanges(this, e, "new");
             * }
             */

            file_path = "";
            if (plug_name != null)
            {
                this.Text = Application.ProductName;
            }
            Graph1.count = 0;

            int what = 1;

            Graph1.GraphChange(this, e, what);
        }
Beispiel #2
0
        private void cutToolStripButton_Click(object sender, EventArgs e)
        {
            int what = 1;

            Graph1.GraphChange(this, e, what);
        }
Beispiel #3
0
        private void clearToolStripMenuItem_Click(object sender, EventArgs e)
        {
            int what = 1;

            Graph1.GraphChange(this, e, what);
        }