コード例 #1
0
 // OBJECT METHODS
 public MainWindow()
 {
     InitializeComponent();
     theApp             = new WaveRGBActions();
     StatusText.Content = theApp.StartUp(this);// artCanvas);
     bottomText.Content = RingPrefs.appVersionString + "  " + bottomText.Content;
 }
コード例 #2
0
ファイル: KeyListener.cs プロジェクト: marvolo666/WaveRGB
        public static void StartKeyListener(WaveRGBActions theApp)
        {
            _hookID = SetHook(_proc);

            parentProcess = theApp;
        }