コード例 #1
0
ファイル: HardwareBase.cs プロジェクト: lijint/DHRQ
 public static bool ExistError()
 {
     return(HardwareManager.ExistError(Name));
 }