Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /// <summary>
- /// Clase que representa la ventana principal de la aplicación.
- /// </summary>
- public class Principal
- {
- /// <summary>
- /// Crea la ventana principal de la aplicación.
- /// </summary>
- public Principal()
- {
- // Implementación...
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement