Example #1
0
 private void MainForm_Load(object sender, EventArgs e)
 {
     Icon      = Properties.Resources.MineswapperICO;
     _mainForm = this;
     MainGlControl.Hide();
     ResultRichTextBox.Hide();
     TexturesUtils.LoadTextures();
 }
Example #2
0
 private void ResultRichTextBox_SelectionChanged(object sender, EventArgs e)
 {
     ResultRichTextBox.Hide();
     ResultRichTextBox.Clear();
 }