Exemplo n.º 1
0
 public FormNotePropertyUiImpl(FormNotePropertyUiListener listener)
 {
     this.listener = listener;
     InitializeComponent();
     Util.applyFontRecurse(this, AppManager.editorConfig.getBaseFont());
 }
Exemplo n.º 2
0
 public FormNotePropertyUiImpl( FormNotePropertyUiListener listener )
 {
     this.listener = listener;
     InitializeComponent();
     Util.applyFontRecurse( this, AppManager.editorConfig.getBaseFont() );
 }