예제 #1
0
 private void Timer_Elapsed(object sender, ElapsedEventArgs e)
 {
     _timer?.Stop();
     ExplorerMonitor.Check();
     MaximizedMonitor.Check();
     _timer?.Start();
 }
예제 #2
0
파일: Window.cs 프로젝트: Nucs/nlib
 static Window() {
     _monitor = new ExplorerMonitor();
     _explorer_monitor = Cache<ExplorerWindowRepresentor[]>.FiveSeconds(() => _monitor.FetchCurrent().ToArray(), false);
 }
예제 #3
0
 static Window()
 {
     _monitor          = new ExplorerMonitor();
     _explorer_monitor = Cache <ExplorerWindowRepresentor[]> .FiveSeconds(() => _monitor.FetchCurrent().ToArray(), false);
 }