提交rbac
提交设置右键错位的bug
This commit is contained in:
21
DH.RBAC/Views/DefaultPage.cs
Normal file
21
DH.RBAC/Views/DefaultPage.cs
Normal file
@ -0,0 +1,21 @@
|
||||
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 DefaultPage : MyPage
|
||||
{
|
||||
public DefaultPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user