mirror of
https://bitbucket.org/cjdskunkworks/lynxastrodewcontroller.git
synced 2026-05-03 17:28:52 +00:00
7 lines
126 B
C#
7 lines
126 B
C#
namespace ASCOM.LynxAstro.DewController
|
|
{
|
|
public interface IProfileFactory
|
|
{
|
|
IProfileWrapper Create();
|
|
}
|
|
} |