//*************************************************************************** // Class Constructors // internal PlusOneControlItem(PlusOneControl parent, bool autoRemBtn, string autoRemBtnImgUrl, int idx) : base() { this._owner = parent; this._autoRemBtn = autoRemBtn; this._autoRemBtnImgUrl = autoRemBtnImgUrl; this.Index = idx; }
//*************************************************************************** // Class Constructors // public PlusOneItemCommandEventArgs(PlusOneControl mSrc, object cSrc, CommandEventArgs args) { this._mSrc = mSrc; this._cSrc = cSrc; this._args = args; }
//*************************************************************************** // Class Constructors // public PlusOneControlItemCollection(PlusOneControl parent) { this._owner = parent; }