Initial WinUI switch.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Microsoft.UI.Xaml;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
|
||||
namespace Wino.Core.WinUI.Interfaces;
|
||||
|
||||
public interface IWinoShellWindow
|
||||
{
|
||||
void HandleAppActivation(LaunchActivatedEventArgs args);
|
||||
Microsoft.UI.Xaml.Controls.TitleBar GetTitleBar();
|
||||
Frame GetMainFrame();
|
||||
}
|
||||
Reference in New Issue
Block a user