Ejemplo n.º 1
0
        public Form1()
        {
            InitializeComponent();
            System_setting system_Setting = new System_setting();

            this.topologyMap = new TopologyMapExample(system_Setting);
            this.gridMap     = new GridMapExample();
            x = this.Width;
            y = this.Height;
            setTag(this);
            this.robot = new Robot(system_Setting);
        }
Ejemplo n.º 2
0
 public TopologyMapExample(System_setting system_Setting)
 {
     this.system_Setting = system_Setting;
     this.system_Setting.button_Switch_Click(null, null);
 }
Ejemplo n.º 3
0
        private void button8_Click(object sender, EventArgs e)
        {
            System_setting st = new System_setting();

            st.ShowDialog();
        }
Ejemplo n.º 4
0
 public Robot(System_setting system_Setting)
 {
     this.system_Setting = system_Setting;
     //this.system_Setting.button_Switch_Click(null, null);
 }