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