private void SplastStrart() { Application.Run(Creditos.GetCreditos()); }
void ToolStripAboutClick(object sender, EventArgs e) { Creditos pres = Creditos.GetCreditos(); pres.Show(); }