Ejemplo n.º 1
0
 } // end property
 public LoginWindow()
 {
     //
     //Method Name : deflault constructor
     //Purpose       : Automatic Public property containing all the User objects
     //Re-use        : none
     //Input         : List<User>
     //                - generic list containing all the User objects
     //Output        : List<User>
     //                - generic list containing all the User objects
     //
     InitializeComponent();
     CreateDatabase.CreateDb();// Call create db
 }