예제 #1
0
파일: frmMain.cs 프로젝트: FirstVP/Task2
        private void toolStripButtonLine_Click(object sender, EventArgs e)
        {
            CurrentFactory = new LineShapeFactory();
            Factory current = new LineFactory(pnlMain);

            CurrentDrawman = current.FactoryMethod();
        }