[問題] C#入門小疑問
請問一下
Visual C#和C#一樣嗎??
另外我在VS2010新增專案開Visual C#檔案
為什麼裡面沒有main方法呢??
預設的程式內容是這樣
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
}
}
我是看MSDN入門範例那邊 有寫public static main()
http://msdn.microsoft.com/zh-tw/library/aa287556(v=VS.71).aspx
才有這樣的疑問...
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.146.229.136
→
12/05 11:54, , 1F
12/05 11:54, 1F
→
12/05 13:11, , 2F
12/05 13:11, 2F
→
12/05 14:16, , 3F
12/05 14:16, 3F
→
12/05 15:25, , 4F
12/05 15:25, 4F
→
12/05 15:26, , 5F
12/05 15:26, 5F
→
12/05 15:27, , 6F
12/05 15:27, 6F
→
12/05 15:27, , 7F
12/05 15:27, 7F
→
12/09 23:57, , 8F
12/09 23:57, 8F
C_Sharp 近期熱門文章
PTT數位生活區 即時熱門文章