예제 #1
0
파일: AXPnl.cs 프로젝트: GDuggi/DemoTest
        //private VaultUtils.trackingClient.@string GetServicesUserName()
        //{
        //    //string userFullName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
        //    string userFullName = p_UserId;
        //    string userName = userFullName.Substring(userFullName.LastIndexOf("\\") + 1);
        //    //WebReference.@string s = new WindowsApplication2.WebReference.@string();
        //    VaultUtils.trackingClient.@string uName = new VaultUtils.trackingClient.@string();
        //    uName.Text = new string[] { userName };
        //    return uName;
        //}

        private void AddAxFolderPnl(AxFolder newFolder, DataTable axFieldMappings)
        {
            XtraTabAxFolderPage tabPage = new XtraTabAxFolderPage(newFolder, axFieldMappings, ref ws);

            xtraTabControlAxFolders.TabPages.Add(tabPage);
        }
예제 #2
0
        //private VaultUtils.trackingClient.@string GetServicesUserName()
        //{
        //    //string userFullName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;
        //    string userFullName = p_UserId;
        //    string userName = userFullName.Substring(userFullName.LastIndexOf("\\") + 1);
        //    //WebReference.@string s = new WindowsApplication2.WebReference.@string();
        //    VaultUtils.trackingClient.@string uName = new VaultUtils.trackingClient.@string();
        //    uName.Text = new string[] { userName };
        //    return uName;
        //}

        private void AddAxFolderPnl(AxFolder newFolder, DataTable axFieldMappings)
        {
            XtraTabAxFolderPage tabPage = new XtraTabAxFolderPage(newFolder, axFieldMappings, ref ws);
            xtraTabControlAxFolders.TabPages.Add(tabPage);
        }