コード例 #1
0
ファイル: Client.cs プロジェクト: prashant1423/school_work
 public Common.Task getTask(int taskId)
 {
     return(comInterface.getTask(taskId));
 }