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