示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EditorClientEventsBuilder"/> class.
 /// </summary>
 /// <param name="clientEvents">The client events.</param>
 public EditorClientEventsBuilder(EditorClientEvents clientEvents)
 {
     this.events = clientEvents;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="EditorClientEventsBuilder"/> class.
 /// </summary>
 /// <param name="clientEvents">The client events.</param>
 public EditorClientEventsBuilder(EditorClientEvents clientEvents)
 {
     this.events = clientEvents;
 }