Exemple #1
0
 protected GroupableProxyProperty(DashboardProperty property) : base(property)
 {
 }
Exemple #2
0
 protected ProxyPropertyBase(DashboardProperty property)
 {
     m_isVisible           = true;
     GenericSourceProperty = property;
 }