03 2014 档案

摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Windows.Forms; 9 using System.Threading;10 11 namespace WindowsFormsApplication112 {13 public partial class Ma... 阅读全文
posted @ 2014-03-25 14:03 pnljs 阅读(377) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ... 阅读全文
posted @ 2014-03-25 13:40 pnljs 阅读(375) 评论(0) 推荐(0)
摘要: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;using Microsoft.CSharp;using System.CodeDom.Compiler;namespace WindowsFormsApplication1{ public partial class Form2 : For... 阅读全文
posted @ 2014-03-24 17:35 pnljs 阅读(479) 评论(0) 推荐(0)
摘要:1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Linq;4usingSystem.Text;5usingSystem.Reflection;67namespaceConsoleApplication18{9classProgram10{11staticvoidMain(string[]args)12{13//Operationop=newOperation();14MethodInfomethod=typeof(Operation).GetMethod("Add");15Attribute[]atts= 阅读全文
posted @ 2014-03-19 10:57 pnljs 阅读(5307) 评论(0) 推荐(0)
摘要:设置主键列:this.tableTestData.PrimaryKey = new DataColumn[] { this.tableTestData.Columns[0] }; 阅读全文
posted @ 2014-03-19 09:23 pnljs 阅读(172) 评论(0) 推荐(0)
摘要:Mono.addin是一个插件框架,更多信息请访问http://monoaddins.codeplex.com/ 阅读全文
posted @ 2014-03-06 12:08 pnljs 阅读(148) 评论(0) 推荐(0)