Esempio n. 1
0
 protected GroupableProxyProperty(DashboardProperty property) : base(property)
 {
 }
Esempio n. 2
0
 protected ProxyPropertyBase(DashboardProperty property)
 {
     m_isVisible           = true;
     GenericSourceProperty = property;
 }