CamTimer.Controls.HelpLabel.HelpLabel C# (CSharp) Méthode

HelpLabel() private méthode

private HelpLabel ( ) : System
Résultat System
        internal HelpLabel()
        {
            SetStyle(ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint | ControlStyles.OptimizedDoubleBuffer, true);
            m_boldFont = new Font(Font, FontStyle.Bold);
            m_animationThread = new Thread((ThreadStart)Animator);
            m_animationThread.Start();
        }