Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form1.ActiveForm.Text = "Hello World!!!";
            Mes mes1 = new Mes();

            Form1.ActiveForm.Text = mes1.libmes();
            textBox1.Text         = "После изменения";
            textBox1.Text         = "Изменение из ГитХаба";
        }