• 大小: 3.35MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-11
  • 语言: 其他
  • 标签: 网络编程  

资源简介

学习网络编程,学习.net,包含书籍里面的源代码,Visual_C__.NET程序设计实用教程(第2版)源代码完整版(罗福强教材)

资源截图

代码片段和文件信息

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 MyAccounting
{
    public partial class About : Form
    {
        public About()
        {
            InitializeComponent();
        }

        private void btnYes_Click(object sender EventArgs e)
        {
            this.Close();
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    3145728  2011-08-17 12:40  案例代码\MyAccounting\MyAccounting\Financing .mdf

     文件    1048576  2011-08-17 12:40  案例代码\MyAccounting\MyAccounting\Financing _log.ldf

     文件        476  2011-07-23 19:57  案例代码\MyAccounting\MyAccounting\MyAccounting\About.cs

     文件       6003  2011-07-23 19:57  案例代码\MyAccounting\MyAccounting\MyAccounting\About.Designer.cs

     文件     346140  2011-07-23 19:57  案例代码\MyAccounting\MyAccounting\MyAccounting\About.resx

     文件       6992  2011-07-25 17:41  案例代码\MyAccounting\MyAccounting\MyAccounting\AddExpenditure.cs

     文件      16546  2011-07-25 14:33  案例代码\MyAccounting\MyAccounting\MyAccounting\AddExpenditure.Designer.cs

     文件     102005  2011-07-25 14:33  案例代码\MyAccounting\MyAccounting\MyAccounting\AddExpenditure.resx

     文件       6379  2011-07-25 17:41  案例代码\MyAccounting\MyAccounting\MyAccounting\AddItems.cs

     文件      10557  2011-07-25 11:54  案例代码\MyAccounting\MyAccounting\MyAccounting\AddItems.Designer.cs

     文件      51007  2011-07-25 11:54  案例代码\MyAccounting\MyAccounting\MyAccounting\AddItems.resx

     文件       2654  2011-07-25 10:11  案例代码\MyAccounting\MyAccounting\MyAccounting\Login.cs

     文件       6658  2011-07-23 16:12  案例代码\MyAccounting\MyAccounting\MyAccounting\Login.Designer.cs

     文件      53685  2011-07-23 16:12  案例代码\MyAccounting\MyAccounting\MyAccounting\Login.resx

     文件       2176  2011-07-25 17:41  案例代码\MyAccounting\MyAccounting\MyAccounting\MainFrm.cs

     文件      15925  2011-07-25 17:41  案例代码\MyAccounting\MyAccounting\MyAccounting\MainFrm.Designer.cs

     文件     291259  2011-07-25 17:41  案例代码\MyAccounting\MyAccounting\MyAccounting\MainFrm.resx

     文件       5662  2011-07-25 18:42  案例代码\MyAccounting\MyAccounting\MyAccounting\MyAccounting.csproj

     文件        495  2011-07-25 11:54  案例代码\MyAccounting\MyAccounting\MyAccounting\Program.cs

     文件       1356  2011-07-19 21:16  案例代码\MyAccounting\MyAccounting\MyAccounting\Properties\AssemblyInfo.cs

     文件       2874  2011-07-19 21:16  案例代码\MyAccounting\MyAccounting\MyAccounting\Properties\Resources.Designer.cs

     文件       5612  2011-07-19 21:16  案例代码\MyAccounting\MyAccounting\MyAccounting\Properties\Resources.resx

     文件       1097  2011-07-19 21:16  案例代码\MyAccounting\MyAccounting\MyAccounting\Properties\Settings.Designer.cs

     文件        249  2011-07-19 21:16  案例代码\MyAccounting\MyAccounting\MyAccounting\Properties\Settings.settings

     文件       3136  2011-07-25 21:01  案例代码\MyAccounting\MyAccounting\MyAccounting\SelectList.cs

     文件       8584  2011-07-25 21:01  案例代码\MyAccounting\MyAccounting\MyAccounting\SelectList.Designer.cs

     文件     630632  2011-07-25 19:48  案例代码\MyAccounting\MyAccounting\MyAccounting\SelectList.resx

     文件       6802  2011-07-25 19:36  案例代码\MyAccounting\MyAccounting\MyAccounting\UpdateExpenditure.cs

     文件      11095  2011-07-25 18:42  案例代码\MyAccounting\MyAccounting\MyAccounting\UpdateExpenditure.Designer.cs

     文件      51007  2011-07-25 18:42  案例代码\MyAccounting\MyAccounting\MyAccounting\UpdateExpenditure.resx

............此处省略1115个文件信息

评论

共有 条评论