示例#1
0
 private void button1_Click(object sender, EventArgs e)
 {
     CambioRangos r = new CambioRangos(grados, resx2, l, text, label15);
     r.ShowDialog();
 }
示例#2
0
文件: Grafica.cs 项目: carlosv14/SED
        private void button1_Click(object sender, EventArgs e)
        {
            CambioRangos r = new CambioRangos(grados, resx2, l, text, label15);

            r.ShowDialog();
        }