江大鱼的BLOG

不求大作,只为记录点点滴滴(转载本人原创文章转载请注明出处)

  博客园 :: 首页 :: 联系 :: 订阅 订阅 :: 管理

08 2005 档案

posted @ 2005-08-25 12:42 江大鱼 阅读(894) | 评论 (0)  编辑

     摘要: 今天试探性的打开了66.178.223.73的VS2005,添加了个Form和几个控件,里面的代码让我有点郁闷

Form1.cs里面基本没有什么代码

Using directives#region Using directives

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Windows.Forms;

#endregion

namespace WindowsApplication3
{
partial class Form1 : Form
{
public Form1()
{
InitializeComponent(); <  阅读全文
posted @ 2005-08-25 11:44 江大鱼 阅读(460) | 评论 (2)  编辑