예제 #1
0
        public MainWindow()
        {
            InitializeComponent();
            initNotifyIcon();

            viewer = new ViewerTool();
            viewer.Show();
        }
예제 #2
0
 public MainWindow()
 {
     InitializeComponent();
     initNotifyIcon();
     sliderTransparency.Minimum = 0;
     sliderTransparency.Maximum = 100;
     sliderSize.Minimum         = 0;
     sliderSize.Maximum         = 100;
     viewer = new ViewerTool();
     viewer.Show();
     this.Hide();
     lblTitle.Content = "Kinect Cursor Control \n Flip-A-Bit Inc.";
 }