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 { } }