示例#1
0
 public void ExportButtonClicked(Button btnExport,
                                 TextBox tbExportLocation)
 {
     viewProcessor.WorkYourMagic(tbExportLocation.Text);
 }
 public void BtnEmbedFiles()
 {
     viewProcessor.WorkYourMagic();
 }