/// <summary>
 /// This function is internal to the Jean for Hansoft framework and should not be called directly.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 public void OnProjectCreate(object sender, ProjectCreateEventArgs e)
 {
     try
     {
         OnProjectCreate(e);
     }
     catch (Exception ex)
     {
         logger.Exception("Error proccessing ProjectCreate for behavior " + Title + ".", ex);
     }
 }
 /// <summary>
 /// Override this function in subclasses to handle ProjectCreate events.
 /// </summary>
 /// <param name="e">The details of the event.</param>
 public virtual void OnProjectCreate(ProjectCreateEventArgs e)
 {
 }
 /// <summary>
 /// Override this function in subclasses to handle ProjectCreate events.
 /// </summary>
 /// <param name="e">The details of the event.</param>
 public virtual void OnProjectCreate(ProjectCreateEventArgs e)
 {
 }
 /// <summary>
 /// This function is internal to the Jean for Hansoft framework and should not be called directly.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 public void OnProjectCreate(object sender, ProjectCreateEventArgs e)
 {
     try
     {
         OnProjectCreate(e);
     }
     catch (Exception ex)
     {
         logger.Exception("Error proccessing ProjectCreate for behavior " + Title + ".", ex);
     }
 }