示例#1
0
        public EdgeEliminationForm(PlaneTSP tsp, PaintManagement pm)
        {
            InitializeComponent();
            MyTSP = tsp;
            MyPM  = pm;

            cPointSize = (int)numericUpDown1.Value;
        }
示例#2
0
 public MainForm()
 {
     InitializeComponent();
     colorManagement = new PaintManagement();
 }