using System; using System.Drawing; using System.Windows.Forms; public class WCheckBox : WCtrl { CheckBox checkbox; public WCheckBox(string text) { ctrl = checkbox = new CheckBox(); checkbox.Text = text; } }
댓글 없음:
댓글 쓰기