public SimCardSlot(FormFactors formFactor, int height, int width)
 {
     FormFactor = formFactor;
     Height     = height;
     Width      = width;
 }
Ejemplo n.º 2
0
 protected Keyboard()
 {
     MechanicalLayout     = MechanicalLayouts.Ansi;
     VisualLayout         = VisualLayouts.Qwerty;
     FormFactorPercentage = FormFactors.Sixty;
 }