using Rac.Common; using System; namespace Rac { public class FileBrowseServer : BaseService { public FileBrowseServer(string db) { } public override void Start() { throw new NotImplementedException(); } public override void Stop() { throw new NotImplementedException(); } } }