title bar shell content

This commit is contained in:
Burak Kaan Köse
2025-10-03 22:12:27 +02:00
parent accffe8ef6
commit 20ee4c3567
6 changed files with 29 additions and 14 deletions
@@ -1,9 +1,11 @@
using Microsoft.UI.Xaml;
using CommunityToolkit.Mvvm.Messaging;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Wino.Messaging.UI;
namespace Wino.Core.WinUI.Interfaces;
public interface IWinoShellWindow
public interface IWinoShellWindow : IRecipient<TitleBarShellContentUpdated>
{
void HandleAppActivation(LaunchActivatedEventArgs args);
TitleBar GetTitleBar();