Пример #1
0
 public static void SelectTab(this ILineContainer lineContainer, string tabsId, string tabEventKey)
 {
     lineContainer.SelectTab(tabsId + "-tab-" + tabEventKey);
 }