コード例 #1
0
 /// <summary>
 /// Development Update.
 /// Uses the development data access component to update the register
 /// of the database which holds the current development data with
 /// the actual values of the current development.
 /// </summary>
 public void update()
 {
     DevelopmentDAC developmentDAC = new DevelopmentDAC();
     developmentDAC.update(this);
 }