Exemplo n.º 1
0
 /// <summary>
 /// Starts the frame design.
 /// </summary>
 /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception>
 protected void startDesign(IDesignRun app)
 {
     app.StartDesign();
     Results.FillResultsAreAvailable();
 }