摘要:
个人不善于表达 思路见于代码 [欢迎大神拍砖批评指点]using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.Reflection;namespace SelfToolsHelper{ public interface Ilog { void CreateLog(); } public class EventLog : Ilog { public vo... 阅读全文