Skip to content

Commit

Permalink
尝试修复构建
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Dec 6, 2023
1 parent 67b54af commit 7380519
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 7380519

Please sign in to comment.