Example #1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public PrincipalForm()
 {
     InitializeComponent();
     this.empresa = new Empresa();
 }