Advertisement
Guest User

TalleresLaborales

a guest
Sep 26th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.43 KB | None | 0 0
  1. package tallereslaborales;
  2.  
  3. import java.sql.SQLException;
  4.  
  5. public class TalleresLaborales {
  6.  
  7.  
  8.     public static void main(String[] args) throws SQLException {      
  9.        
  10.         Mysql bd = new Mysql();
  11.         bd.ConectarBD();
  12.        
  13.        
  14.         Gui interfaz = new Gui();
  15.         interfaz.Gui();
  16.  
  17.        
  18.        
  19.        
  20.        
  21.        
  22.        
  23.        
  24.  
  25.        
  26.  
  27.        
  28.        
  29.     }
  30.    
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement