/Source/Bifrost.Mimir/Features/Events/EventBrowser/View.xaml.cs
# · C# · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · 617d2bab3c33c107775c9acb2ae73f93 MD5 · raw file
- namespace Bifrost.Mimir.Features.Events.EventBrowser
- {
- public partial class View
- {
- public View()
- {
- InitializeComponent();
- }
- }
- }