Пример #1
0
 public XamlInstructionResources(GivenAWiringContextWithNodeBuilders context)
 {
     RootNs = context.RootNs;
     AnotherNs = context.AnotherNs;
     SpecialNs = context.SpecialNs;
     X = context.X;
 }
Пример #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;
 }
Пример #4
0
 public ProtoInstructionResources(GivenAWiringContextWithNodeBuilders context)
 {
     RootNs    = context.RootNs;
     AnotherNs = context.AnotherNs;
     P         = context.P;
 }