コード例 #1
0
ファイル: ViewModel.cs プロジェクト: sAleksander/minitc
 public ViewModel()
 {
     CopyDriveList  = MODEL.GetDrives();
     PasteDriveList = MODEL.GetDrives();
 }