Beispiel #1
0
        protected override bool OnCheckCDO()
        {
            bool t_result = true;
            bool t_ol2k7  = IsOL2K7();

            if (!this.CDOInstalled(t_ol2k7))
            {
                t_result = false;
                CDORequiredWF.Show(t_ol2k7);
            }

            return(t_result);
        }
Beispiel #2
0
        public static void Show(bool v_ol2k7)
        {
            CDORequiredWF t_form = new CDORequiredWF(v_ol2k7);

            t_form.ShowDialog();
        }