HTP Tutorial 1
New tutorial
- public Form1() {
- GroupLab.SharedPhidgets.ConnectionManager connectionManager = new GroupLab.SharedPhidgets.ConnectionManager();
- connectionManager.SharedDictionaryURL = "tcp://136.159.xx.xx:sp";
- servoSkin.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Controls.Add(servoSkin);
- }