NativeUI.TimerBarBase.TimerBarBase C# (CSharp) Method

TimerBarBase() public method

public TimerBarBase ( string label ) : System.Collections.Generic
label string
return System.Collections.Generic
        public TimerBarBase(string label)
        {
            Label = label;
        }