コード例 #1
0
ファイル: UserNode.cs プロジェクト: laszlo-kiss/Dataphor
 protected void ManageUsersClicked(object sender, EventArgs args)
 {
     Dataphoria.EnsureSecurityRegistered();
     Frontend.Client.Windows.IWindowsFormInterface form = Dataphoria.FrontendSession.LoadForm(null, "Form('Security', 'UserBrowse')");
     form.Show();
 }