Skip to content

Commit e1390ce

Browse files
authored
Merge pull request #772 from FastReports/sync_branch_2025.2.11
FastReport.OpenSource 2025.2.11
2 parents 97c9bca + 74c8de7 commit e1390ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

FastReport.Core.Web/Application/Toolbar.Localization.cs renamed to FastReport.Web.Base/Toolbar.Localization.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Threading.Tasks;
5-
using FastReport.Web.Application;
65

76
namespace FastReport.Web
87
{

FastReport.Core.Web/Application/WebResources.cs renamed to FastReport.Web.Base/WebResources.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.IO;
55
using System.Text;
66

7-
namespace FastReport.Web.Application
7+
namespace FastReport.Web
88
{
99
internal interface IWebRes : IDisposable
1010
{

0 commit comments

Comments
 (0)