mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-20 21:18:23 +00:00
Cleanup
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
namespace DiscordChatExporter.Gui.Behaviors;
|
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