refactor<*>: add Controls.Window to replace System.Windows.Window

This commit is contained in:
leo 2021-06-18 09:26:19 +08:00
parent 31dd0eb832
commit 4b9923b84c
15 changed files with 842 additions and 879 deletions

View file

@ -8,7 +8,7 @@ namespace SourceGit.Views {
/// <summary>
/// 设置面板
/// </summary>
public partial class Preference : Window {
public partial class Preference : Controls.Window {
public string User { get; set; }
public string Email { get; set; }