main
1namespace MoMoney.Presentation.Winforms.Helpers
2{
3    public interface IEventTarget
4    {
5    }
6}