mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-01-29 06:10:54 +00:00
Cleanup
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
namespace DiscordChatExporter.Gui.Behaviors;
|
||||
|
||||
public class ChannelMultiSelectionListBoxBehavior : MultiSelectionListBoxBehavior<Channel> { }
|
||||
public class ChannelMultiSelectionListBoxBehavior : MultiSelectionListBoxBehavior<Channel>;
|
||||
|
||||
@@ -16,4 +16,4 @@ public abstract class DialogScreen<T> : PropertyChangedBase
|
||||
}
|
||||
}
|
||||
|
||||
public abstract class DialogScreen : DialogScreen<bool?> { }
|
||||
public abstract class DialogScreen : DialogScreen<bool?>;
|
||||
|
||||
Reference in New Issue
Block a user