Monodoc.Widgets.LabelItem.LabelItem C# (CSharp) Method

LabelItem() public method

public LabelItem ( DocView view, string text ) : System
view DocView
text string
return System
        public LabelItem(DocView view, string text)
        {
            this.text = text;
            this.view = view;
        }