コード例 #1
0
 public bool Remover(Auto a)
 {
     return(this - a);
 }
コード例 #2
0
 public bool Agregar(Auto a)
 {
     return(this + a);
 }