예제 #1
0
파일: Model.cs 프로젝트: mujing/rrd4net
 public void ExportDatabase(string databasePath, string xmlFilePath)
 {
    RrdDb exportDatabase = new RrdDb(databasePath, true);
    exportDatabase.dumpXml(xmlFilePath);
 }