using System.Windows.Controls; namespace PdmSwPlugin.Common.Interface { public interface IContextHandler { void SetContext(TabControl tab); } }