Пример #1
0
 public void InsertFile(string file) => IfNotReadOnly(() => EditorLoadSave.InsertFile(this, file));
Пример #2
0
        private static void Execute(object sender, ExecutedRoutedEventArgs e)
        {
            var mainWindow = (MainWindow)sender;

            EditorLoadSave.InsertFile(mainWindow.Editor, null);
        }