コード例 #1
0
 /// <summary>
 /// Initializes a new instance of <see cref="SegmentRegister"/>.
 /// </summary>
 /// <param name="control">The control.</param>
 private ControlRegister(ControlRegisterType control)
     : base((int)control)
 {
     _control = control;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of <see cref="SegmentRegister"/>.
 /// </summary>
 /// <param name="control">The control.</param>
 private ControlRegister(ControlRegisterType control) :
     base((int)control)
 {
     this.Control = control;
 }