Label.Label C# (CSharp) Method

Label() public method

public Label ( string trackingReference )
trackingReference string
        public Label(string trackingReference) : this(trackingReference, string.Empty)
        {
        }
        public Label(string trackingReference, string customText)

Same methods

Label::Label ( string trackingReference, string customText )