/// <summary> /// 默认的参数初始化实例 /// </summary> public TextBox() { _tbf = new TextBoxF(); _CommBoxWindow = _tbf; }
public ReplacePanel(TextBoxF owner) { this._owner = owner; }
public SearchPanel(TextBoxF owner) { this._owner = owner; }