/Source/Bifrost.Mimir/Features/General/Status/View.xaml.cs

# · C# · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 54c7e9679c6eb6a5e9131c3c4ea2b005 MD5 · raw file

  1. using System.Windows.Controls;
  2. namespace Bifrost.Mimir.Features.General.Status
  3. {
  4. public partial class View : UserControl
  5. {
  6. public View()
  7. {
  8. InitializeComponent();
  9. }
  10. }
  11. }