摘要:
public class FormFactory { static List<Type> types = new List<Type>(); static List<Form> forms = new List<Form>(); public static void GetTypes() { Ass 阅读全文
摘要:
本人上一篇关于IExternalEventHandler用法的文章有一些bug,易出现问题Attempting to create an ExternalEvent outside of a standard API execution,查询多篇文章和十五老师得知是非模态窗口不是有效API上下文。 阅读全文