Fix appveyor errors
This commit is contained in:
parent
f7ac2527a1
commit
87be68531e
Binary file not shown.
@ -37,7 +37,10 @@ namespace Switch_Toolbox.Library.Forms
|
||||
get; set;
|
||||
}
|
||||
|
||||
public bool IsBound { get => Property != null; }
|
||||
public bool IsBound
|
||||
{
|
||||
get { return Property != null; }
|
||||
}
|
||||
|
||||
private PropertyInfo Property;
|
||||
private object BoundObject;
|
||||
|
@ -96,7 +96,7 @@ namespace Switch_Toolbox.Library
|
||||
_fileData.Position = 0;
|
||||
return _fileData;
|
||||
}
|
||||
set => _fileData = value;
|
||||
set { _fileData = value; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user