Exemplo n.º 1
0
 private void button10_Click(object sender, EventArgs e)
 {
     mng.EndingSemester();
     //FileStream file = File.Create("Uni");
     //BinaryFormatter bf = new BinaryFormatter();
     //bf.Serialize(file, Universal.instance);
     //file.Close();
 }
Exemplo n.º 2
0
 private void button10_Click(object sender, EventArgs e)
 {
     mng.EndingSemester();
 }