MvcWrench.Models.StatusStrip.StatusStrip C# (CSharp) Method

StatusStrip() public method

public StatusStrip ( ) : System.Collections.Generic
return System.Collections.Generic
        public StatusStrip()
        {
            Rows = new List<StatusStripRow> ();
        }

Same methods

StatusStrip::StatusStrip ( string name ) : System.Collections.Generic
StatusStrip