main
1using System.Windows.Forms;
2using gorilla.commons.utility;
3
4namespace MoMoney.Presentation.Model.Navigation
5{
6    public interface INavigationTreeVisitor : Visitor<TreeView> {}
7}