示例#1
0
 public ParsingTests()
 {
     sut = new XamlInstructionParser(WiringContext);
     protoResources = new ProtoInstructionResources(this);
     source = new XamlInstructionResources(this);
 }
示例#2
0
 public ParsingTests()
 {
     source = new ProtoInstructionResources(this);
 }
示例#3
0
 public ParsingTests()
 {
     sut = CreateSut();
     protoResources = new ProtoInstructionResources(this);
     source = new InstructionResources(this);
 }
示例#4
0
 public ParsingTests()
 {
     source = new ProtoInstructionResources(this);
 }
示例#5
0
 public ParsingTests()
 {
     sut            = CreateSut();
     protoResources = new ProtoInstructionResources(this);
     source         = new InstructionResources(this);
 }
示例#6
0
 public ParsingTests()
 {
     sut            = new XamlInstructionParser(WiringContext);
     protoResources = new ProtoInstructionResources(this);
     source         = new XamlInstructionResources(this);
 }