summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Presentation/Presenters/IDockPresenter.cs
blob: fb250d2f1e00b7b2c883914507028b6ba5b6d9f0 (plain)
1
2
3
4
5
namespace Marina.Presentation.Presenters {
	public interface IDockPresenter {
		void Initialize( );
	}
}