Files
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
DHDHSoftware/DH.RBAC/Views/EmptyPage.cs
liyaobang 9f7c6206ca 提交rbac
提交设置右键错位的bug
2025-04-08 15:15:02 +08:00

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()
{
}
}
}