Exemplo n.º 1
0
        public void StartThread()
        {
            Graphic graphic = new Graphic(points, whichFigure);

            graphic.ShowDialog();
        }
Exemplo n.º 2
0
        public void StartThread()
        {
            Graphic graphic = new Graphic(dictionary, WhichMode);

            graphic.ShowDialog();
        }