随笔分类 -  C#

记录C#学习之路
摘要:Form1 private void button1_Click(object sender, EventArgs e) { Form f = new Form2(ref listView1); f.Activate(); f.Show(); } Form2 ... 阅读全文
posted @ 2016-12-19 13:46 杀死比特 阅读(804) 评论(1) 推荐(0)
摘要:using DTcms.Common;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Decrypt{ ... 阅读全文
posted @ 2015-12-20 13:18 杀死比特 阅读(510) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.IO;namespace Component{ public clas... 阅读全文
posted @ 2015-03-07 17:19 杀死比特 阅读(491) 评论(0) 推荐(0)
摘要:using System;using System.IO;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;namespace Des{ ... 阅读全文
posted @ 2015-02-08 18:07 杀死比特 阅读(1295) 评论(0) 推荐(0)