L'esempio seguente mostra come esportare gli schemi.
|
try { DriveControlChart chart; ... chart.Export(@"c:\CFC_1.dcc"); } catch (DccExportException exc) { } |
Vedere anche
L'esempio seguente mostra come esportare gli schemi.
|
try { DriveControlChart chart; ... chart.Export(@"c:\CFC_1.dcc"); } catch (DccExportException exc) { } |
Vedere anche