1
This commit is contained in:
@@ -61,6 +61,7 @@ namespace BITKit.UX
|
||||
get=>_currentTab;
|
||||
set
|
||||
{
|
||||
if(_currentTab == value)return;
|
||||
_currentTab = value;
|
||||
SetTabs(value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user