Exemplo n.º 1
0
 internal void RestoreCustomEditorPrefs(CustomEditorForm customEditor)
 {
     if (hasCustomEditorPrefs)
     {
         customEditor.Location = customEditorFormLocation;
         customEditor.Size     = customEditorFormSize;
     }
 }
Exemplo n.º 2
0
        public void ShowCustomEditor()
        {
            CustomEditorForm customEditorsForm = new CustomEditorForm(this.customEditor);

            customEditorsForm.ShowDialog();
        }