コード例 #1
0
ファイル: default.aspx.cs プロジェクト: JEAlcala/EpicU_Coding
        protected void Page_Load(object sender, EventArgs e)
        {
            Car myCar = new Car("Oldsmobile");
            resultLabel.Text = myCar.FormatDetailsForDisplay();

            DateTime d = new DateTime();
        }