Queue.UI.WPF.ViewModels.KeyboardRow.KeyboardRow C# (CSharp) Method

KeyboardRow() public method

public KeyboardRow ( ) : Junte.Translation
return Junte.Translation
        public KeyboardRow()
        {
            Buttons = new List<KeyboardButton>();
        }
    }
KeyboardRow