コード例 #1
0
ファイル: Editor.cs プロジェクト: valera6285/sledge
 private static void OpenLayoutSettings()
 {
     using (var dlg = new LayoutSettings(ViewportManager.GetWindowConfigurations()))
     {
         dlg.ShowDialog();
     }
 }
コード例 #2
0
ファイル: Editor.cs プロジェクト: KonstantinUb/sledge
 private static void OpenLayoutSettings()
 {
     using (var dlg = new LayoutSettings(ViewportManager.GetWindowConfigurations()))
     {
         dlg.ShowDialog();
     }
 }