コード例 #1
0
ファイル: FWFetch.cs プロジェクト: mwftts/SamFirm_Reborn
 public static string FOTAInfoFetch2(string model, string region)
 {
     return(FWFetch.FOTAInfoFetch(model, region, false));
 }
コード例 #2
0
ファイル: FWFetch.cs プロジェクト: mwftts/SamFirm_Reborn
 public static string FOTAInfoFetch1(string model, string region)
 {
     return(FWFetch.FOTAInfoFetch(model, region, true));
 }