Beispiel #1
0
 public CurrencyTextBox(CurrencyBehavior behavior) :
     base(behavior)
 {
 }
Beispiel #2
0
 public CurrencyTextBox() :
     base(null)
 {
     m_behavior = new CurrencyBehavior(this);
 }