Method | Description | |
---|---|---|
OnShutdown ( UIControlledApplication application ) : System.Result |
There is no cleanup needed in this application -- default implementation
|
|
OnStartup ( UIControlledApplication application ) : System.Result |
Add a button to the Ribbon and attach it to the IExternalCommand defined in Command.cs
|
public OnShutdown ( UIControlledApplication application ) : System.Result | ||
application | UIControlledApplication | |
return | System.Result |
public OnStartup ( UIControlledApplication application ) : System.Result | ||
application | UIControlledApplication | |
return | System.Result |