Label.Label C# (CSharp) Méthode

Label() public méthode

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 )