Example #1
0
        public ZOVNewsForm(LightStartForm tLightStartForm)
        {
            InitializeComponent();

            LightStartForm = tLightStartForm;

            this.MaximumSize = Screen.PrimaryScreen.WorkingArea.Size;

            ZOVNews = new Infinium.ZOVNews();

            //ActiveNotifySystem.ClearSubscribesRecords(Security.CurrentUserID, this.Name);

            Initialize();



            //LightNewsContainer.PageChanged(null);

            ActiveNotifySystem.ClearSubscribesRecords(Security.CurrentUserID, this.Name);

            //OnANSUpdate();



            while (!SplashForm.bCreated)
            {
                ;
            }
        }
Example #2
0
        public ZOVNewsAttachDownloadForm(int iNewsAttachID, ref FileManager tFM, ref ZOVNews tZOVNews)
        {
            InitializeComponent();

            NewsAttachID = iNewsAttachID;
            FM           = tFM;
            LightNews    = tZOVNews;
        }