コード例 #1
0
ファイル: FileManagement.cs プロジェクト: elig0n/PhotoSift
 public FileManagement(frmMain f)
 {
     mainForm = f;
     winApi   = new WinApi();
 }