Skip to content

Instantly share code, notes, and snippets.

@migsalazar
Created December 13, 2014 06:32
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 migsalazar/7805f69d9fac4998fc14 to your computer and use it in GitHub Desktop.
Save migsalazar/7805f69d9fac4998fc14 to your computer and use it in GitHub Desktop.
Namespaces1
using EspacioDeNombres;
namespace EspacioDeNombreActual
{
public class Clase
{
//Constructor..
//Sobrecargas
//Propiedades..
//..
//Métodos..
//..
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment