예제 #1
0
파일: clsPhd.cs 프로젝트: mtodman/Nite-Opps
 public override bool IsGuiding()
 {
     return(guider.IsGuiding());
     // throw new NotSupportedException(
     //     "The IsGuiding() method was called on a class which does not support that method.");
 }