摘要: public static bool ContrastColumns(DataColumnCollection co1, DataGridViewColumnCollection co2) { bool aa = false; ... 阅读全文
posted @ 2014-12-10 15:54 bobo-bobo 阅读(328) 评论(0) 推荐(0)
摘要: static class ClassExtension { public static string NullableToString(this object o) { try { r... 阅读全文
posted @ 2014-12-10 15:52 bobo-bobo 阅读(127) 评论(0) 推荐(0)