Beispiel #1
0
 private void btnPluginSave_Click(object sender, RoutedEventArgs e)
 {
     File.WriteAllText(_pluginPath, txtPlugin.Text);
     _sibling.RefreshEditor(MetaReader.LoadType.File);
     _parent.ShowMetaEditor();
 }