Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Created May 11, 2018 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebeam7/5ec3bd6d436f2a74eb3fa6257c7b0265 to your computer and use it in GitHub Desktop.
Save icebeam7/5ec3bd6d436f2a74eb3fa6257c7b0265 to your computer and use it in GitHub Desktop.
SistemaEscolar: Constantes.cs
namespace SistemaEscolar.Helpers
{
public class Constantes
{
public static readonly string NombreBD = "BD_SistemaEscolar.db";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment