/Source/Bifrost.Mimir/Features/General/Status/View.xaml.cs
# · C# · 12 lines · 11 code · 1 blank · 0 comment · 0 complexity · 54c7e9679c6eb6a5e9131c3c4ea2b005 MD5 · raw file
- using System.Windows.Controls;
-
- namespace Bifrost.Mimir.Features.General.Status
- {
- public partial class View : UserControl
- {
- public View()
- {
- InitializeComponent();
- }
- }
- }