Exemple #1
0
 public ElementBrowser(ControlBase parent)
     : base(parent, new XmlStringSource(Xml))
 {
     m_ElementSelectedEventArgs   = new ElementSelectedEventArgs();
     m_AttributeSelectedEventArgs = new AttributeSelectedEventArgs();
 }
Exemple #2
0
 private void OnAttributeSelected(ControlBase sender, AttributeSelectedEventArgs args)
 {
     m_TextEditor.AddAttribute(args.Attribute);
 }