Exemplo n.º 1
0
 public Printerwithcart(Printer p, Printer_name pn, Printer_type pt, Printer_texnology px, Printer_format pc, Printer_cart pk)
 {
     //TO DO: Complete Member Initialization
     this.Printer           = p;
     this.Printer_name      = pn;
     this.Printer_type      = pt;
     this.Printer_texnology = px;
     this.Printer_format    = pc;
     this.Printer_cart      = pk;
 }
Exemplo n.º 2
0
 public ServerWithDetail(Server sp, Server_type st, Server_model sm, Server_cpu sc, Proc_ch pc, Server_hdd_type ht, Hdd_ob hb, Ram_ob r, Otdel otd, Worker wk, Worker otv, Worker mat, Worker rukov, Server_dvd sd, Server_dvd_sp sdp, Server_dvd_type sdt, Server_ethernet se, Server_sound ss, Server_strimer str, Server_video sv, Server_video_type svt, Monitor_name m, Monitor_size ms, Printer_name pn, Ibp i, Input_type it, Input_type itm, Server_room srm)
 {
     //TO DO: Complete Member Initialization
     this.Server            = sp;
     this.Server_type       = st;
     this.Server_model      = sm;
     this.Server_cpu        = sc;
     this.Proc_ch           = pc;
     this.Server_hdd_type   = ht;
     this.Hdd_ob            = hb;
     this.Ram_ob            = r;
     this.Otdel             = otd;
     this.Worker            = wk;
     this.Worker2           = otv;
     this.Worker3           = mat;
     this.Worker4           = rukov;
     this.Server_dvd        = sd;
     this.Server_dvd_sp     = sdp;
     this.Server_dvd_type   = sdt;
     this.Server_ethernet   = se;
     this.Server_sound      = ss;
     this.Server_strimer    = str;
     this.Server_video      = sv;
     this.Server_video_type = svt;
     this.Monitor_name      = m;
     this.Monitor_size      = ms;
     this.Printer_name      = pn;
     this.Ibp         = i;
     this.Input_type  = it;
     this.Input_type2 = itm;
     this.Server_room = srm;
 }