Exemplo n.º 1
0
 public PropertyGrid()
 {
     ValueDiscoveryStrategy = new IncludeByDefaultValueDiscoveryStrategy();
     if (Drawing != null)
     {
         Drawing.SelectionChanged += Drawing_SelectionChanged;
     }
 }
Exemplo n.º 2
0
 public PropertyGrid()
 {
     ValueDiscoveryStrategy = new IncludeByDefaultValueDiscoveryStrategy();
 }