mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -07:00
Cleanup
This commit is contained in:
parent
182f24846b
commit
dccd9a2f08
|
|
@ -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?>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue