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