public TUIOVmultiProviderHandler() { Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoamingAndLocal); this.edt_dataFolder = (new FileInfo(config.FilePath)).DirectoryName + "\\"; this.TUIOHandler = new TUIOProviderHandler(); }
public TUIOSettings(TUIOProviderHandler handler) { InitializeComponent(); this.parent = handler; tbIP.Text = WiiTUIO.Properties.Settings.Default.tuio_IP; tbPort.Text = WiiTUIO.Properties.Settings.Default.tuio_port.ToString(); }