Exemplo n.º 1
0
 public XamlInstructionResources(GivenAWiringContextWithNodeBuilders context)
 {
     RootNs = context.RootNs;
     AnotherNs = context.AnotherNs;
     SpecialNs = context.SpecialNs;
     X = context.X;
 }
Exemplo n.º 2
0
 public XamlInstructionResources(GivenAWiringContextWithNodeBuilders context)
 {
     RootNs    = context.RootNs;
     AnotherNs = context.AnotherNs;
     SpecialNs = context.SpecialNs;
     X         = context.X;
 }
 public ProtoInstructionResources(GivenAWiringContextWithNodeBuilders context)
 {
     RootNs = context.RootNs;
     AnotherNs = context.AnotherNs;
     P = context.P;
 }
Exemplo n.º 4
0
 public ProtoInstructionResources(GivenAWiringContextWithNodeBuilders context)
 {
     RootNs    = context.RootNs;
     AnotherNs = context.AnotherNs;
     P         = context.P;
 }