mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-22 10:55:15 -04:00
Cleanup
This commit is contained in:
parent
182f24846b
commit
dccd9a2f08
2 changed files with 2 additions and 2 deletions
|
@ -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?>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue