Change indexers to use new api

This commit is contained in:
KZ
2015-07-19 18:18:54 +01:00
parent 9b1c0eb0c0
commit 75f0cce064
37 changed files with 532 additions and 957 deletions

View File

@@ -1,5 +1,4 @@
#if !__MonoCS__
using Microsoft.Win32;
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -92,5 +91,4 @@ namespace JackettTray
shortcut.Save();*/
}
}
}
#endif
}