Ejemplo n.º 1
0
 /// <summary>
 /// Project Update.
 /// Uses the project data access component to update the register
 /// of the database which holds the current project data with
 /// the actual values of the current project.
 /// </summary>
 public void update()
 {
     ProjectDAC projectDAC = new ProjectDAC();
     projectDAC.update(this);
 }