コード例 #1
0
 public static bool isNull(string str)
 {
     return(DatabaseHandler.isNull(str));
 }