Esempio n. 1
0
 public void Show()
 {
     using (OutputWindow outputWindow = new OutputWindow(mDte))
         outputWindow.Show(mDte);
 }