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

            EditorLoadSave.OpenFile(mainWindow.Editor, e.Parameter as string);
        }