Exemple #1
0
 public IntentoFormOptionsAPI(IntentoTranslationProviderOptionsForm form)
 {
     InitializeComponent();
     LocalizeContent();
     parent = form;
     if (form.GetOptions().HideHiddenTextButton)
     {
         checkBoxShowHidden.Visible = false;
     }
 }