11 lines
194 B
C#
11 lines
194 B
C#
using MECF.Framework.UI.Client.ClientBase;
|
|
using OpenSEMI.ClientBase;
|
|
|
|
namespace MECF.Framework.UI.Client.CenterViews.LogOnOff
|
|
{
|
|
public class ShutdownViewModel : BaseModel
|
|
{
|
|
|
|
}
|
|
}
|