摘要:
using System; using System.Runtime.InteropServices; namespace Test { internal class A:IA { public void Hello() { Console.WriteLine("Hello World"); } } 阅读全文
摘要:
起初是这样 using System; namespace MyNamespace { public class VCS { public static event Action<string> InviteToJoinMeetEvent; // 用于测试的主方法 public static voi 阅读全文