Esempio n. 1
0
 public SwitchExtension()
 {
     Converter = new SwitchConverter(this);
 }
 private void Initialize()
 {
     ValueIfTrue  = DoNothing;
     ValueIfFalse = DoNothing;
     Converter    = new SwitchConverter(this);
 }
Esempio n. 3
0
 public SwitchExtension(string path)
     : base(path)
 {
     Converter = new SwitchConverter(this);
 }