public TLCGenMainTabItemViewModel(TabItemTypeEnum type) : base() { _TabType = type; }
public TLCGenTabItemAttribute(int index, TabItemTypeEnum type = TabItemTypeEnum.MainWindow) { Index = index; Type = type; }