Small cleanups [skip ci]

This commit is contained in:
Robin 2016-04-17 23:32:22 +02:00
commit 98e6be5eb6
171 changed files with 1607 additions and 1769 deletions

View file

@ -59,7 +59,7 @@ namespace GreenshotPlugin.Core {
private const int IE_ACTIVE_TAB = 2097154;
private const int CHILDID_SELF = 0;
private IAccessible accessible;
private readonly IAccessible accessible;
private Accessible[] Children {
get {
int num = 0;