/Source/Bifrost.Mimir/Features/Events/EventBrowser/View.xaml.cs

# · C# · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · 617d2bab3c33c107775c9acb2ae73f93 MD5 · raw file

  1. namespace Bifrost.Mimir.Features.Events.EventBrowser
  2. {
  3. public partial class View
  4. {
  5. public View()
  6. {
  7. InitializeComponent();
  8. }
  9. }
  10. }