Skip to content

Commit

Permalink
Remove namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stkillen committed Mar 20, 2024
1 parent ac346fa commit 83fb1db
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------

namespace System;

#pragma warning disable AA0247
controladdin "Microsoft.Dynamics.Nav.Client.BusinessChart"
{
ObsoleteState = Pending;
Expand Down Expand Up @@ -57,4 +56,5 @@ controladdin "Microsoft.Dynamics.Nav.Client.BusinessChart"
/// <param name="ChartData">The full set of data needed for initializing the chart.</param>
procedure Update(ChartData: JsonObject);
}
#pragma warning restore AA0247
#endif

0 comments on commit 83fb1db

Please sign in to comment.