using System; using System.Collections.Generic; using System.Text; namespace ProcessHacker.Common { public interface IResettable { void ResetObject(); } }