HTP Tutorial 1

New tutorial

  1. public Form1() {
  2.   GroupLab.SharedPhidgets.ConnectionManager connectionManager = new GroupLab.SharedPhidgets.ConnectionManager();
  3.   connectionManager.SharedDictionaryURL = "tcp://136.159.xx.xx:sp";
  4.  
  5.   servoSkin.Dock = System.Windows.Forms.DockStyle.Fill;
  6.   this.Controls.Add(servoSkin);
  7. }