public MobileAppServiceUIForm() : base()
        {
            MyAsynchMobileAppSocketService = new AsynchMobileAppSocketService();
            MyAsynchSocketServiceBaseFrame = MyAsynchMobileAppSocketService;
            MyManagerSocketLoginUser       = MyAsynchMobileAppSocketService.MyManagerLoginMobileUser;//.MyManagerSocketLoginUser;

            MyAsynchMobileAppSocketService.MySocketServiceTypeID   = LGJAsynchSocketService.SocketServiceTypeID.MobileAppServer;
            MyAsynchMobileAppSocketService.MyRefreshNotifyCallBack = new AsynchMobileAppSocketService.AsynchRefreshNotifyHandler(this.InvokeAllProcess);
            MyAsynchMobileAppSocketService.MyManagerLoginMobileUser.MyRefreshNotifyCallBack = new ManagerSocketLoginUser.AsynchRefreshNotifyHandler(this.InvokeAllProcess);
            nSocketServiceTypeID = SocketServiceTypeID.MobileAppServer;

            MyMobileAppTypeID = MobileAppTypeID.Windows;

            //InitAsynchSocketSet();
        }
 public void SetMainFormIcon(MobileAppTypeID InMyMobileAppTypeID)
 {
     MyMobileAppTypeID = InMyMobileAppTypeID;// MobileAppTypeID.Android;
 }