using Apewer; using Apewer.Surface; using System; using System.Windows.Forms; /// 扩展方法。 public static class Extensions { #region Surface #if NETFX || NETCORE /// public static void Invoke(this Control @this, Action action, bool async = false) => FormsUtility.Invoke(@this, action, async); #endif #endregion }