9 lines
117 B
C#
9 lines
117 B
C#
using System;
|
|
|
|
namespace ASCOM.Meade.net
|
|
{
|
|
public interface IClock
|
|
{
|
|
DateTime UtcNow { get; }
|
|
}
|
|
} |