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