Ejemplo n.º 1
0
 public void InsertFile(string file) => IfNotReadOnly(() => EditorLoadSave.InsertFile(this, file));
Ejemplo n.º 2
0
        private static void Execute(object sender, ExecutedRoutedEventArgs e)
        {
            var mainWindow = (MainWindow)sender;

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