mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-04 16:10:08 +00:00
Resharper Cleanup v2
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user