예제 #1
0
파일: Program.cs 프로젝트: schlieter/C-
 static void Main(string[] args)
 {
     Rueda miRueda1 = new Rueda();
     Rueda miRueda2 = new Rueda();
     Rueda miRueda3 = new Rueda();
 }
예제 #2
0
 public Auto()
 {
     ruedaDD = new Rueda();
 }