Advertisement
Fhernd

Formulario.cs

Nov 25th, 2017
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. public partial class Formulario : Form
  2. {
  3.     public Formulario()
  4.     {
  5.         InitializeComponent();
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement