示例#1
0
        public TCP()
        {
            InitializeComponent();
            robotarm = new XYZrobot.XYZrobot();
            robotarm.Show();

            textIPnum.Text = "127.0.0.1";

            textportnum.Text = "13000";
        }
        public Form1()
        {
            InitializeComponent();
            joyrobot = new XYZrobot.XYZrobot();
            joyrobot.Show();

            textIP.Text = "163.18.48.90";// "127.0.0.1";

            textport.Text = "13000";
        }