10 lines
185 B
C#
10 lines
185 B
C#
namespace Common.UI.VFM.Views
|
|
{
|
|
using System.Windows.Controls;
|
|
|
|
public partial class EmptyView : Grid
|
|
{
|
|
public EmptyView() => this.InitializeComponent();
|
|
}
|
|
}
|