decePubClient/LayerComponents/PagesBase.cs

7 lines
104 B
C#
Raw Permalink Normal View History

2022-12-15 20:03:40 +01:00
namespace decePubClient.LayerComponents
2022-02-14 01:51:52 +01:00
{
2022-12-15 20:03:40 +01:00
public class PagesBase : LocalizableComponentBase
2022-02-14 01:51:52 +01:00
{
}
}