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