Ejemplo n.º 1
0
        public TUIOVmultiProviderHandler()
        {
            Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoamingAndLocal);

            this.edt_dataFolder = (new FileInfo(config.FilePath)).DirectoryName + "\\";
            this.TUIOHandler    = new TUIOProviderHandler();
        }
Ejemplo n.º 2
0
        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();
        }
Ejemplo n.º 3
0
        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();
        }
 public TUIOVmultiProviderHandler()
 {
     Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.PerUserRoamingAndLocal);
     this.edt_dataFolder = (new FileInfo(config.FilePath)).DirectoryName + "\\";
     this.TUIOHandler = new TUIOProviderHandler();
 }