Skip to content

Commit

Permalink
Formats
Browse files Browse the repository at this point in the history
  • Loading branch information
iconstudio committed Oct 3, 2023
1 parent e871c6c commit d1f201a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Editor/TestEditor/Infrastructures/EditorPage.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
using System.Diagnostics;

using Microsoft.Graphics.Canvas;
using Microsoft.Graphics.Canvas.UI.Xaml;
using Microsoft.UI;
using Microsoft.UI.Windowing;
using Microsoft.UI.Xaml.Navigation;

using Windows.UI;
using Windows.UI.WindowManagement;
using Windows.Win32;
using Windows.Win32.Foundation;
using Windows.Win32.UI.WindowsAndMessaging;

using TestEditor.WinUI;
using WinUIEx;
using Microsoft.UI.Windowing;
using TestEditor.Contents;
using System.Diagnostics;
using TestEditor.WinUI;

namespace TestEditor
{
Expand Down

0 comments on commit d1f201a

Please sign in to comment.