Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LableController" /> class.
 /// </summary>
 /// <param name="lable"></param>
 public LableController(ILable lable)
 {
     this.lable = lable;
 }
Exemplo n.º 2
0
 /// <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;
 }