PageRenderTime 43ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
C# | 10 lines | 10 code | 0 blank | 0 comment | 0 complexity | 617d2bab3c33c107775c9acb2ae73f93 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. namespace Bifrost.Mimir.Features.Events.EventBrowser
  2. {
  3. public partial class View
  4. {
  5. public View()
  6. {
  7. InitializeComponent();
  8. }
  9. }
  10. }