コード例 #1
0
ファイル: Form1.cs プロジェクト: emanueltilly/shotlog
 private void ExportStillsLogButton_Click(object sender, EventArgs e)
 {
     ExportCSV.ExportStills(data.StillsList);
     UpdateFileMenuFormating();
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: emanueltilly/shotlog
 private void ExportVideoLogButton_Click(object sender, EventArgs e)
 {
     ExportCSV.ExportVideo(data.VideoList);
     UpdateFileMenuFormating();
 }