chr
2024-08-07 22beee93f14d042aa184148c53efb79e23416526
1
2
3
4
5
6
7
8
9
using System.Windows.Controls;
 
namespace PdmSwPlugin.Common.Interface
{
    public interface IContextHandler
    {
        void SetContext(TabControl tab);
    }
}