Exemplo n.º 1
0
 /// <summary>Initializes a new instance of the <see cref="TCommandHyperlink"/> class.</summary>
 public TCommandHyperlink()
 {
     _commandBinding = new CommandBinding(this);
 }
Exemplo n.º 2
0
 /// <summary>Initializes a new instance of the <see cref="TCommandButton"/> class.</summary>
 public TCommandButton()
 {
     _commandBinding = new CommandBinding(this);
 }
 /// <summary>Initializes a new instance of the <see cref="TToolStripCommandMenuItem"/> class.</summary>
 public TToolStripCommandMenuItem()
 {
     _commandBinding = new CommandBinding(this);
 }
 /// <summary>Initializes a new instance of the <see cref="TToolStripCommandButton"/> class.</summary>
 public TToolStripCommandButton()
 {
     _commandBinding = new CommandBinding(this);
 }