예제 #1
0
 private void MainWindow_Activated(object sender, EventArgs e)
 {
     if (CurrentWorkspace != null)
     {
         CurrentWorkspace.Activate();
     }
 }