Label.Label C# (CSharp) Method

Label() public method

public Label ( string trackingReference, string customText )
trackingReference string
customText string
        public Label(string trackingReference, string customText)
        {
            CustomText = customText;
        }
        public string CustomText ( get; private set; }

Same methods

Label::Label ( string trackingReference )