コード例 #1
0
ファイル: classTim.cs プロジェクト: pro4m/Bai_tap_nhom
        public static classHS TimTheoID(string ID)
        {
            classHS result = new classHS();

            ////...
            return(result);
        }
コード例 #2
0
ファイル: classThem.cs プロジェクト: pro4m/BaiTapNhom
 public static int them(classHS _newhs)
 {
     //them thanh cong return 0; ko thanh con return 1;
     return 0;
 }
コード例 #3
0
ファイル: classTim.cs プロジェクト: pro4m/BaiTapNhom
 public static classHS TimTheoID(string ID)
 {
     classHS result = new classHS();
     ////...
     return result;
 }
コード例 #4
0
ファイル: classThem.cs プロジェクト: pro4m/Bai_tap_nhom
 public static int them(classHS _newhs)
 {
     //them thanh cong return 0; ko thanh con return 1;
     return(0);
 }