Beispiel #1
0
 // OBJECT METHODS
 public MainWindow()
 {
     InitializeComponent();
     theApp             = new WaveRGBActions();
     StatusText.Content = theApp.StartUp(this);// artCanvas);
     bottomText.Content = RingPrefs.appVersionString + "  " + bottomText.Content;
 }
Beispiel #2
0
        public static void StartKeyListener(WaveRGBActions theApp)
        {
            _hookID = SetHook(_proc);

            parentProcess = theApp;
        }