Exemplo n.º 1
0
 internal void OnWindowDeactivate(object Wb, object Wn)
 {
     WindowDeactivate?.Invoke(GetWorkbook(Wb), GetWindow(Wn));
 }
Exemplo n.º 2
0
 internal void OnWindowDeactivate(object Doc, object Wn)
 {
     WindowDeactivate?.Invoke(GetDocument(Doc), GetWindow(Wn));
 }