示例#1
0
 protected InProcComponent(TestServices testServices)
 {
     TestServices = testServices ?? throw new ArgumentNullException(nameof(testServices));
 }
 public EditorInProcess(TestServices testServices)
     : base(testServices)
 {
 }