Skip to content

Commit

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


#pragma warning disable AA0247
controladdin "Microsoft.Dynamics.Nav.Client.BusinessChart"
{
ObsoleteState = Pending;
Expand Down Expand Up @@ -56,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 187b08a

Please sign in to comment.