Ejemplo n.º 1
0
        public static void AppEnd()
        {
            GlobalExtend.EndInit();

            switch (appType)
            {
            case AppType.Winform:

                break;

            case AppType.WCFClient:
#if WcfFrame
                EFWCoreLib.WcfFrame.ClientController.WcfClientManage.UnConnection();
#endif
                break;
            }
        }
Ejemplo n.º 2
0
 public static void AppEnd()
 {
     GlobalExtend.EndInit();
     EFWCoreLib.WcfFrame.ClientLinkManage.UnAllConnection();
 }