示例#1
0
 public void OnBiosError(int address, BiosError error)
 {
     throw new Exception("The method or operation is not implemented.");
 }
示例#2
0
 public void OnBiosError( int address, BiosError error )
 {
     throw new Exception( "The method or operation is not implemented." );
 }