コード例 #1
0
ファイル: Table.cs プロジェクト: hogeschool/INFDEV03-5
 public bool IsEmpty(EmptyResult x)
 {
     return true;
 }
コード例 #2
0
ファイル: Table.cs プロジェクト: eelkevdbos/INFDEV03-5
 public bool IsEmpty(EmptyResult x)
 {
     return(true);
 }