NativeUI.TimerBarBase.TimerBarBase C# (CSharp) Метод

TimerBarBase() публичный Метод

public TimerBarBase ( string label ) : System.Collections.Generic
label string
Результат System.Collections.Generic
        public TimerBarBase(string label)
        {
            Label = label;
        }