Skip to content

Instantly share code, notes, and snippets.

View Andy1666's full-sized avatar
🎯
Focusing

Andreas Herderich Andy1666

🎯
Focusing
  • Germany
View GitHub Profile
@Andy1666
Andy1666 / IPopupDialogService.cs
Last active April 21, 2023 04:50
PopupDialogService for the "materialDesign PopupDialog" using Prism IDialogAware interface
using Prism.Services.Dialogs;
using System;
using System.Windows;
namespace Sample.Services.Interfaces
{
public interface IPopupDialogService
{
/// <summary>
/// Shows the "materialDesign Popup Dialog" using the IDialogAware interface from Prism.