remove service References

This commit is contained in:
gjefferyes
2014-11-13 09:54:31 -06:00
parent 7fa939af29
commit 09ccdd7e10
18 changed files with 4 additions and 1078 deletions

View File

@@ -31,7 +31,6 @@ namespace ROMVault2
public static void SendAndShowDat(string message, string filename)
{
ReportError.SendErrorMessageDat(message, filename);
if (_bgw != null)
_bgw.ReportProgress(0, new bgwShowError(filename, message));
}