Skip to content

Commit

Permalink
Change ApplicationLoader to AppLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Aug 23, 2022
1 parent 86e355c commit 0896325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

## Features

`ricaun.Revit.UI` package is design to work with the plugin [ApplicationLoader](https://ricaun.com/ApplicationLoader/) that allow loading Revit Applications on runtime.
`ricaun.Revit.UI` package is design to work with the plugin [AppLoader](https://ricaun.com/AppLoader/) that allow loading Revit Applications on runtime.

```C#
[ApplicationLoader]
[AppLoader]
public class App : IExternalApplication
{
private static RibbonPanel ribbonPanel;
Expand Down
7 changes: 0 additions & 7 deletions ricaun.Revit.UI/AppLoaderAttribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,4 @@ public class ConsoleAttribute : Attribute
public class AppLoaderAttribute : Attribute
{
}

/// <summary>
/// ApplicationLoader Attribute for ricaun.AppLoader
/// </summary>
public class ApplicationLoaderAttribute : Attribute
{
}
}

0 comments on commit 0896325

Please sign in to comment.