ln.http.resources/PresentationManager.cs

14 lines
158 B
C#
Raw Normal View History

2019-02-14 09:19:43 +01:00
using System;
namespace ln.http.resources
{
public class PresentationManager
{
public PresentationManager()
{
}
}
}