コード例 #1
0
 /// <summary>Initializes a new instance of the <see cref="TCommandHyperlink"/> class.</summary>
 public TCommandHyperlink()
 {
     _commandBinding = new CommandBinding(this);
 }
コード例 #2
0
 /// <summary>Initializes a new instance of the <see cref="TCommandButton"/> class.</summary>
 public TCommandButton()
 {
     _commandBinding = new CommandBinding(this);
 }
コード例 #3
0
 /// <summary>Initializes a new instance of the <see cref="TToolStripCommandMenuItem"/> class.</summary>
 public TToolStripCommandMenuItem()
 {
     _commandBinding = new CommandBinding(this);
 }
コード例 #4
0
 /// <summary>Initializes a new instance of the <see cref="TToolStripCommandButton"/> class.</summary>
 public TToolStripCommandButton()
 {
     _commandBinding = new CommandBinding(this);
 }