CanFly
CanFly.Canvas
DH.Commons
DH.Commons.Devies
DH.Devices.Camera
DH.Devices.Motion
DH.Devices.PLC
DH.Devices.Vision
DH.RBAC
Common
Logic
Models
Properties
Resources
UserControls
Utility
Views
Sys
DefaultPage.Designer.cs
DefaultPage.cs
DefaultPage.resx
EmptyPage.Designer.cs
EmptyPage.cs
EmptyPage.resx
MyPage.cs
MyPage.resx
AccountForm.Designer.cs
AccountForm.cs
AccountForm.resx
DH.RBAC.csproj
RBACWindow.Designer.cs
RBACWindow.cs
RBACWindow.resx
DH.UI.Model.Winform
DHSoftware
.gitignore
DHSoftware.sln
README.md
27 lines
457 B
C#
27 lines
457 B
C#
using Sunny.UI;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Data;
|
|
using System.Drawing;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using System.Windows.Forms;
|
|
|
|
namespace DH.RBAC.Page
|
|
{
|
|
public partial class EmptyPage : MyPage
|
|
{
|
|
public EmptyPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
|
|
public override void Stop()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|