维护更新
This commit is contained in:
@@ -99,7 +99,7 @@ namespace ShrlAlgoStudio
|
||||
protected void OnPropertyChanged(string name) => PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
|
||||
}
|
||||
|
||||
public partial class DrfxFontFixer
|
||||
public partial class DrfxFontFixerView
|
||||
{
|
||||
public ObservableCollection<FullMapping> FullMappings { get; set; } = new ObservableCollection<FullMapping>();
|
||||
public List<string> SystemFonts { get; set; } = new List<string>();
|
||||
@@ -107,7 +107,7 @@ namespace ShrlAlgoStudio
|
||||
private bool isProcessingComplete = false;
|
||||
private string lastOutputDirectory = "";
|
||||
|
||||
public DrfxFontFixer()
|
||||
public DrfxFontFixerView()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.DataContext = this;
|
||||
|
||||
Reference in New Issue
Block a user