コード例 #1
0
ファイル: LineGraph.cs プロジェクト: shapediver/Pterodactyl
 public void Export()
 {
     LineGraphObject.Export();
 }
コード例 #2
0
ファイル: LineGraph.cs プロジェクト: shapediver/Pterodactyl
        public string Create()
        {
            string reportPart = LineGraphObject.Create();

            return(reportPart);
        }