예제 #1
0
 private void tmiSair_Click(object sender, EventArgs e)
 {
     Application.Exit();
     objController.SalvarDadosEmJson();
 }