mirror of
https://bitbucket.org/cjdskunkworks/lynxastrodewcontroller.git
synced 2026-05-04 01:38:52 +00:00
10 lines
181 B
C#
10 lines
181 B
C#
using System;
|
|
using ASCOM.Utilities.Interfaces;
|
|
|
|
namespace ASCOM.LynxAstro.DewController
|
|
{
|
|
public interface IProfileWrapper : IProfile, IProfileExtra, IDisposable
|
|
{
|
|
|
|
}
|
|
} |