BF2Statistics.BotCountInfoForm.BotCountInfoForm C# (CSharp) Method

BotCountInfoForm() public method

public BotCountInfoForm ( ) : System
return System
        public BotCountInfoForm()
        {
            InitializeComponent();
            richTextBox1.SelectAll();
            richTextBox1.SelectionColor = Color.Black;
        }