예제 #1
0
파일: Label.cs 프로젝트: masums/tcdfx
 /// <summary>
 /// Initializes a new instance of the <see cref="Label"/> class with the specified text.
 /// </summary>
 /// <param name="text">The specified text for this <see cref="Label"/>.</param>
 public Label(string text) : base(new SafeControlHandle(Libui.NewLabel(text))) => this.text = text;