Exemplo n.º 1
0
 private void Timer_Elapsed(object sender, ElapsedEventArgs e)
 {
     _timer?.Stop();
     ExplorerMonitor.Check();
     MaximizedMonitor.Check();
     _timer?.Start();
 }
Exemplo n.º 2
0
Arquivo: Window.cs Projeto: Nucs/nlib
 static Window() {
     _monitor = new ExplorerMonitor();
     _explorer_monitor = Cache<ExplorerWindowRepresentor[]>.FiveSeconds(() => _monitor.FetchCurrent().ToArray(), false);
 }
Exemplo n.º 3
0
 static Window()
 {
     _monitor          = new ExplorerMonitor();
     _explorer_monitor = Cache <ExplorerWindowRepresentor[]> .FiveSeconds(() => _monitor.FetchCurrent().ToArray(), false);
 }