摘要: using System; using System.Runtime.InteropServices; namespace Test { internal class A:IA { public void Hello() { Console.WriteLine("Hello World"); } } 阅读全文
posted @ 2024-09-02 11:34 stweily 阅读(12) 评论(0) 推荐(0)