예제 #1
0
파일: Editor.cs 프로젝트: valera6285/sledge
 private static void OpenLayoutSettings()
 {
     using (var dlg = new LayoutSettings(ViewportManager.GetWindowConfigurations()))
     {
         dlg.ShowDialog();
     }
 }