示例#1
0
 public void BehaviorAndStaticResource([Values(false, true)] bool useCompiledXaml)
 {
     var page = new Bz47950(useCompiledXaml);
 }
示例#2
0
 public void BehaviorAndStaticResource(bool useCompiledXaml)
 {
     var page = new Bz47950(useCompiledXaml);
 }