Skip to content

Commit

Permalink
Revert "尝试修复构建"
Browse files Browse the repository at this point in the history
This reverts commit 7380519.
  • Loading branch information
lindexi committed Dec 6, 2023
1 parent 7380519 commit 5a02f79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CustomWpf/Lib/dotnetCampus.CustomWpf.Lib/Program.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
using System;
using System.Runtime.CompilerServices;
using System.Windows;
// using System.Windows.Media;
// using System.Windows.Media.Composition;
// using System.Windows.Navigation;
using System.Windows.Media;
using System.Windows.Media.Composition;
using System.Windows.Navigation;

namespace dotnetCampus.WPF
{
class Program
{
static void Main(string[] args)
{
// Application application = new Application();
Application application = new Application();
//NavigationService applicationNavService = application.NavService;
}
}
Expand Down

0 comments on commit 5a02f79

Please sign in to comment.