Esempio n. 1
0
 private void showLogViewer()
 {
     using (var box = new LogViewer())
     {
         box.StartPosition = FormStartPosition.CenterParent;
         box.ShowDialog(this);
     }
 }
Esempio n. 2
0
 private void showLogViewer()
 {
     using(var box = new LogViewer())
     {
         box.StartPosition = FormStartPosition.CenterParent;
         box.ShowDialog(this);
     }
 }