/// <summary> /// Initializes a new instance of the <see cref="LableController" /> class. /// </summary> /// <param name="lable"></param> public LableController(ILable lable) { this.lable = lable; }
/// <summary> /// Initializes a new instance of the <see cref="LableManager" /> class. /// </summary> /// <param name="lable">lable instance varible of type ILable</param> public LableManager(ILable lable) { this.lable = lable; }