Skip to content

Commit 9858c7e

Browse files
committed
f
1 parent 221e945 commit 9858c7e

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

ConexionBaseDeDatos.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
using System.Text;
77
using System.Threading.Tasks;
88

9+
/*
10+
* Carrasco, Nathan
11+
* Herrera, Francisco
12+
* Wu, Iván
13+
*/
14+
915
namespace Lab_6
1016
{
1117
internal class ConexionBaseDeDatos

Form1.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
using System.Threading.Tasks;
1010
using System.Windows.Forms;
1111

12+
/*
13+
* Carrasco, Nathan
14+
* Herrera, Francisco
15+
* Wu, Iván
16+
*/
17+
1218

1319
namespace Lab_6
1420
{

0 commit comments

Comments
 (0)