summaryrefslogtreecommitdiff
path: root/product/Presentation/Views/ICommandDialog.cs
blob: caf2abd3a84867423dd492fbe7e89215686e1613 (plain)
1
2
3
4
5
6
7
8
using Gorilla.Commons.Utility.Core;

namespace Gorilla.Commons.Windows.Forms
{
    public interface ICommandDialog<Command> where Command : ICommand
    {
    }
}