Resharper Cleanup v2

This commit is contained in:
JustArchi
2017-04-05 17:23:18 +02:00
parent fcf9686a79
commit adfc992f26
19 changed files with 103 additions and 102 deletions

View File

@@ -154,9 +154,7 @@ namespace ConfigGenerator {
// The checklistbox
private readonly FlagCheckedListBox FlagEnumCb;
internal FlagEnumUiEditor() {
FlagEnumCb = new FlagCheckedListBox { BorderStyle = BorderStyle.None };
}
internal FlagEnumUiEditor() => FlagEnumCb = new FlagCheckedListBox { BorderStyle = BorderStyle.None };
public override object EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value) {
if ((context?.PropertyDescriptor == null) || (provider == null)) {