using System; using System.Collections.Generic; using System.Text; namespace CPF.Toolkit { public interface ILoaded { void OnLoaded(); } }