1
0
mirror of https://bitbucket.org/cjdskunkworks/lynxastrodewcontroller.git synced 2026-05-03 17:28:52 +00:00
Files
lynxastrodewcontroller/LynxAstro.DewController/IProfileFactory.cs
T

7 lines
126 B
C#

namespace ASCOM.LynxAstro.DewController
{
public interface IProfileFactory
{
IProfileWrapper Create();
}
}