Stop() 공개 추상적인 메소드

public abstract Stop ( ) : bool
리턴 bool
 public bool Stop()
 {
     return(_program.Stop() && _dataArea.Stop());
 }