Queue.UI.WPF.ViewModels.KeyboardRow.KeyboardRow C# (CSharp) 메소드

KeyboardRow() 공개 메소드

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