Esempio n. 1
0
 public String ExportSymbol(bool wholecontent, bool exportshape, bool createdocument, string id)
 {
     ExportSymbolDialog dlg =new ExportSymbolDialog(this.DrawArea,"(*.xml)|*.xml");
     dlg.ShowDialog(this);
     return null;
 }
Esempio n. 2
0
 public void ShowExportSymbolDialog(string filefilter)
 {
     ExportSymbolDialog dlg =new ExportSymbolDialog(this.DrawArea,filefilter);
     dlg.ShowDialog(this);
 }