Exemplo n.º 1
0
 public CitationStyleWindow(DocumentFormatter _formatter)
 {
     InitializeComponent();
     formatter = _formatter;
 }
Exemplo n.º 2
0
 public MasterControl()
 {
     InitializeComponent();
     this.formatter = new DocumentFormatter();
     this.ctrlPreview.Master = this;
     this.bIsAscending = Properties.Settings.Default.DEFAULT_IS_SORTDIRECTION_ASCENDING;
 }