博客园 :: :: 新随笔 :: :: :: 管理 ::

随笔分类 -  C#

摘要:内涵图 阅读全文
posted @ 2018-04-17 13:59 #include<stdio.h> 阅读(149) 评论(0) 推荐(0)

摘要:内涵图 阅读全文
posted @ 2015-04-03 15:22 #include<stdio.h> 阅读(256) 评论(0) 推荐(0)

摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Wind... 阅读全文
posted @ 2015-01-03 19:55 #include<stdio.h> 阅读(294) 评论(0) 推荐(0)

摘要:using System;namespace 继承{ public class cat { private string _name = null; private int _age = 0; public cat(string name,int age) { _name = name; _age = age; Console.WriteLine(); Console.Write("猫的名字是{0},年龄为{1},",name,age); } } public class mycat:cat//继承自cat类 { private int _weight;//新增... 阅读全文
posted @ 2014-03-12 11:50 #include<stdio.h> 阅读(504) 评论(0) 推荐(0)

摘要:以下是效果以下是设计using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.IO;namespace 抽奖{ public partial class Form1 : Form { public Form1() { InitializeComponen... 阅读全文
posted @ 2013-12-19 17:18 #include<stdio.h> 阅读(297) 评论(0) 推荐(0)

摘要://图片有内容,好孩子看不见.//vs2010+.net2.0+winxp_sp3 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Text; 7 using System.Windows.Forms; 8 using System.IO; 9 namespace 修改电话号码10 {11 public partial class Form1 : Fo... 阅读全文
posted @ 2013-11-14 09:03 #include<stdio.h> 阅读(340) 评论(0) 推荐(0)