示例#1
0
 public override bool IsGuiding()
 {
     return(guider.IsGuiding());
     // throw new NotSupportedException(
     //     "The IsGuiding() method was called on a class which does not support that method.");
 }