Esempio n. 1
0
        private void OnWindowActived(WorkspaceWindowActivedEventArgs e)
        {
            var handler = this.WindowActived;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Esempio n. 2
0
 private void OnWindowActived(WorkspaceWindowActivedEventArgs e)
 {
     var handler = this.WindowActived;
     if (handler != null) handler(this, e);
 }