12 lines
202 B
C#
12 lines
202 B
C#
namespace MECF.Framework.UI.Client.CenterViews.Dialogs
|
|
{
|
|
public partial class SystemInfoView
|
|
{
|
|
|
|
public SystemInfoView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|