示例#1
0
 public static Keyboard CreateKeyboard(bool backlight, string manufacturer, string model, double price, Keyboard.KeyboardType keyboardType)
 {
     return(new Keyboard(backlight, manufacturer, model, price, keyboardType));
 }