GSM.GSM C# (CSharp) Method

GSM() public method

public GSM ( string model, string manufacturer ) : System
model string
manufacturer string
return System
    public GSM(string model, string manufacturer)
        : this(model, manufacturer, null, null, null, null)
    { }

Same methods

GSM::GSM ( string model, string manufacturer, int price ) : System
GSM::GSM ( string model, string manufacturer, int price, string owner ) : System
GSM::GSM ( string model, string manufacturer, int price, string owner, Battery, battery, Display, display ) : System