コード例 #1
0
 protected celular celu(celular cel)
 {
     return(Cel);
 }
コード例 #2
0
 public camara5MP(celular cel) : base(cel)
 {
     this.Cel = cel;
 }
コード例 #3
0
 public camara10MP(celular cel) : base(cel)
 {
 }
コード例 #4
0
 public camara(celular cel)
 {
     this.Cel = cel;
 }