namespace PRSDesktop { public interface IDockPanel { void Refresh(); void Setup(); } }