mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
refactor<*>: add Controls.Window to replace System.Windows.Window
This commit is contained in:
parent
31dd0eb832
commit
4b9923b84c
15 changed files with 842 additions and 879 deletions
|
@ -8,7 +8,7 @@ namespace SourceGit.Views {
|
|||
/// <summary>
|
||||
/// 主窗体
|
||||
/// </summary>
|
||||
public partial class Launcher : Window {
|
||||
public partial class Launcher : Controls.Window {
|
||||
|
||||
public Launcher() {
|
||||
Models.Watcher.Opened += OpenRepository;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue