[求助]关于2005个白痴问题
用C#新建了个WINDOWS窗体,之后我双击Form1(默认状态下de)后,出现了以下代码。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace MyClock
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void Form1_Load(object sender, EventArgs e)
{
}
}
}
我有二个问题,
1,为设么注释都没的,不像03那样。
2,为什么Main函数找不到。
DEBUG当然都OK的。
我用的是日文版的VS。NET2005。
谢谢各位大人请教了