Esempio n. 1
0
        private void gArchSelect1_LineClickLoadInfo(object sender, EventArgs e)
        {
            int    arid = gArchSelect1.Archid;
            string type = gArchSelect1.Archtype;

            if (arid <= 0)
            {
                return;
            }
            ucInfo.Archid = arid;
            ucInfo.LoadInfo(arid, entertag, type, out ts);
            labsx.Text = string.Format("已录{0}手", ts);
        }
Esempio n. 2
0
        private void gArchSelect1_LineClickLoadInfo(object sender, EventArgs e)
        {
            int arid = gArchSelect1.Archid;

            if (arid <= 0)
            {
                return;
            }
            UcContents.ArchId      = arid;
            UcContents.ArchMaxPage = gArchSelect1.ArchRegPages;
            UcContents.ArchStat    = Convert.ToInt32(gArchSelect1.Archstat);
            ucContents1.LoadContents(arid, UcContents.ArchMaxPage);
            if (ContenInfPar.Infobl)
            {
                string type = gArchSelect1.Archtype;
                int    p;
                ucInfo.LoadInfo(arid, 1, type, out p);
            }
            Getuser(arid);
        }