コード例 #1
0
ファイル: TaskInfo.cs プロジェクト: iliusha10/AMD_Intern
 public void ShowTaskInfo(Domain.CompanyAssets.Task task)
 {
     task.DisplayAll();
 }