Ejemplo n.º 1
0
 private void DrawAppearance(object sender, EventArgs e)
 {
     if (this.Custom)
     {
         ComboBoxBulkEditorAdapter.DrawComboBoxText(this.comboBox, Strings.PublicFolderPermissionRoleCustom);
     }
 }
Ejemplo n.º 2
0
 private void DrawBulkEditorInitialState(string cueBanner)
 {
     if (!string.IsNullOrEmpty(cueBanner))
     {
         ComboBoxBulkEditorAdapter.DrawComboBoxText(base.HostControl as ComboBox, cueBanner);
     }
 }