Exemplo n.º 1
0
 public void SetPropertyNames(object control, string names)
 {
     if (!_properties.ContainsKey(control))
     {
         _properties.Add(control, new LanguageControlLink(names, control, DesignMode));
     }
     else
     {
         _properties[control] = new LanguageControlLink(names, control, DesignMode);
     }
 }
Exemplo n.º 2
0
 public void SetPropertyNames(object control, string names)
 {
     if (!_properties.ContainsKey(control))
         _properties.Add(control, new LanguageControlLink(names, control, DesignMode));
     else
         _properties[control] = new LanguageControlLink(names, control, DesignMode);
 }