////////////////////////////////////////////////////////////////////////// public PolishKeyboardLayout() { Name = "Polish"; LayoutList.Clear(); LayoutList.Add(1045); }
////////////////////////////////////////////////////////////////////////// public CzechKeyboardLayout() { Name = "Czech"; LayoutList.Clear(); LayoutList.Add(1029); }
////////////////////////////////////////////////////////////////////////// public GermanKeyboardLayout() { Name = "German"; LayoutList.Clear(); LayoutList.Add(1031); }
////////////////////////////////////////////////////////////////////////// public ThaiKeyboardLayout() { Name = "Thai"; LayoutList.Clear(); LayoutList.Add(1054); }