コード例 #1
0
        public void AfficherUser(string Login, string NomSoc)
        {
            toolStripStatusLabel7.Text = "                                           L'utilisateur est :";
            toolStripStatusLabel8.Text = Login;
            string DateSys = DateTime.Today.ToString().Substring(0, 10);

            toolStripStatusLabel9.Text    = service.ConcChaine("x", 100, DateSys);
            toolStripStatusLabel10.Text   = service.ConcChaine("x", 100, " La Société est :");
            toolStripStatusLabel11.Text   = NomSoc;
            toolStripStatusLabel5.Visible = true;
            fileMenu.Enabled = true;
            articleToolStripMenuItem.Enabled = true;
            editMenu.Enabled      = true;
            GMenu1.Enabled        = true;
            Btt_employers.Enabled = true;
            Btt_Pointage.Enabled  = true;
            button2.Enabled       = true;
        }