コード例 #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            Automobile auto = new Automobile();

            auto.Make  = "Toyota";
            auto.Model = "FJ Cruiser";
            auto.Year  = 2014;

            // auto.SaveChangesToDatabase();
            // auto.PrintCarDetails();
            // auto.SellCar();
        }
コード例 #2
0
ファイル: defualt.aspx.cs プロジェクト: JEAlcala/EpicU_Coding
 protected void Page_Load(object sender, EventArgs e)
 {
     Automobile auto = new Automobile();
 }
コード例 #3
0
ファイル: defualt.aspx.cs プロジェクト: JEAlcala/EpicU_Coding
 protected void Page_Load(object sender, EventArgs e)
 {
     Automobile auto = new Automobile();
 }