mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
8 lines
177 B
C#
8 lines
177 B
C#
using Avalonia.Styling;
|
|
|
|
namespace DownKyi.PrismExtension.Dialog;
|
|
|
|
public interface IDialogWindow: Prism.Services.Dialogs.IDialogWindow
|
|
{
|
|
ControlTheme? Theme { get; set; }
|
|
} |