ARUP.IssueTracker.Revit.Entry.AppIssueTracker.OnStartup C# (CSharp) Méthode

OnStartup() public méthode

Startup
public OnStartup ( UIControlledApplication application ) : System.Result
application UIControlledApplication
Résultat System.Result
    public Result OnStartup(UIControlledApplication application)
    {
      RvtWindow = null;   // no dialog needed yet; the command will bring it  
      This = this;  // static access to this application instance  

      return Result.Succeeded;

    }