Merge core project into winui project.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using CommunityToolkit.Mvvm.Messaging;
|
||||
using Microsoft.UI.Xaml;
|
||||
using Microsoft.UI.Xaml.Controls;
|
||||
using Wino.Messaging.UI;
|
||||
|
||||
namespace Wino.Mail.WinUI.Interfaces;
|
||||
|
||||
public interface IWinoShellWindow : IRecipient<TitleBarShellContentUpdated>
|
||||
{
|
||||
void HandleAppActivation(LaunchActivatedEventArgs args);
|
||||
TitleBar GetTitleBar();
|
||||
Frame GetMainFrame();
|
||||
FrameworkElement GetRootContent();
|
||||
}
|
||||
Reference in New Issue
Block a user