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