摘要: using System; namespace ConsoleTese { class Program { public delegate int dele(int a, int b); static void Main(string[] args) { ProductFactory product 阅读全文
posted @ 2020-06-23 23:11 仲夏不凉爽 阅读(190) 评论(0) 推荐(0)
摘要: using System; namespace ConsoleTese { class Program { public delegate int dele(int a, int b); static void Main(string[] args) { ProductFactory product 阅读全文
posted @ 2020-06-23 22:46 仲夏不凉爽 阅读(328) 评论(0) 推荐(0)