main
1using gorilla.commons.utility;
2
3namespace MoMoney.Presentation.Winforms.Helpers
4{
5    public interface ITextBoxCommand<T> : ParameterizedCommand<IBindableTextBox<T>> {}
6}