c + = Convert.ToInt32 (a2 [i, j ]. Text);
}
}. Show (string.Format ("Слід 1 матриці =" + s.ToString ()), "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);. Show (string . Format ("Слід 2 матриці =" + c.ToString ()), "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information);
} (radioButton7.Checked == true)// пошук елемента матриці
{z; w; = Convert.ToInt32 (textBox1.Text); = Convert.ToInt32 (textBox2.Text); = Convert.ToInt32 (numericUpDown1.Text); = Convert.ToInt32 (numericUpDown2. Text); p = -1; r = -1; = z - 1; = w - 1; (int i = 0; i
{(int j = 0; j
{(z == i & w == j) = Convert.ToInt32 (a1 [i, j]. Text); (z == i & w == j) = Convert . ToInt32 (a2 [i, j]. Text);
}
} (p == -1) MessageBox.Show ("Елемент з таким індексом не існує", "Увага", MessageBoxButtons.OK, MessageBoxIcon.Error); MessageBox.Show (string. Format ("Елемент 1 матриці =" + p.ToString ()), "Результат", MessageBoxButtons.OK, MessageBoxIcon.Information); (r! = -1) MessageBox.Show (string.Format ("Елемент 2 матриці = "+ r.ToString ())," Результат ", MessageBoxButtons.OK, MessageBoxIcon.Information);
}. Enabled = false;. Enabled = true;
} {MessageBox.Show ("Вводите тільки числа!", "Увага", MessageBoxButtons.OK, MessageBoxIcon.Warning);}
} void виходToolStripMenuItem_Click (object sender, EventArgs e)// вихід
{. Exit ();
} void openToolStripMenuItem_Click (object sender, EventArgs e)// відкрити файл
{ofd = new OpenFileDialog ();. ShowDialog (); sr = new StreamReader (ofd.FileName); (int i = 0; i
{(int j = 0; j
{[i, j]. Text = sr.ReadLine ();
}
}. Close ();
} void saveToolStripMenuItem_Click (object sender, EventArgs e)// зберегти файл
{sfd = new SaveFileDialog ();. Filter = "txt files (*. txt) | *. txt";. ShowDialog (); sw = new StreamWriter (sfd.FileName); ( int i = 0; i
{(int j = 0; j
{. WriteLine (a3 [i, j]. Text + "");
}
}. Close ();. Enabled = true;
} void exitToolStripMenuItem_Click (object sender, EventArgs e)// вихід
{. Exit ();
} void helpToolStripMenuItem_Click_1 (object sender, EventArgs e)// виклик довідки
{p = new Process ();. StartInfo.FileName = helpProvider1.HelpNamespace;. Start ();. WaitForExit ();
} void новаяМатріцаToolStripM...