Example #1
0
        private void OnGenerateGV212(object obj)
        {
            if (!HasValidLicense())
            {
                ShowInvalidLicenseWarning();
                return;
            }

            GV212ReportHelper.Create(true);
            CheckGV212Status();
        }
 private void OnCreateGV212Document(object obj)
 {
     GV212ReportHelper.Create(Documents, true);
 }