This commit is contained in:
Tyrrrz 2024-01-11 22:43:13 +02:00
parent 182f24846b
commit dccd9a2f08
2 changed files with 2 additions and 2 deletions

View file

@ -2,4 +2,4 @@
namespace DiscordChatExporter.Gui.Behaviors;
public class ChannelMultiSelectionListBoxBehavior : MultiSelectionListBoxBehavior<Channel> { }
public class ChannelMultiSelectionListBoxBehavior : MultiSelectionListBoxBehavior<Channel>;

View file

@ -16,4 +16,4 @@ public abstract class DialogScreen<T> : PropertyChangedBase
}
}
public abstract class DialogScreen : DialogScreen<bool?> { }
public abstract class DialogScreen : DialogScreen<bool?>;