main
1using System;
2
3namespace momoney.presentation.views
4{
5    public delegate void ControlAction<T>(T input) where T : EventArgs;
6}