Exemplo n.º 1
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);
        }
Exemplo n.º 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);
        }