예제 #1
0
파일: GSM.cs 프로젝트: PetarPenev/Telerik
 public GSM(string manufacturer, string model, string owner, decimal price, Battery battery, Display display) :this(manufacturer,model,owner,price)
 {
     this.Battery = battery;
     this.Display = display;
 }