00001 using System; 00002 00003 namespace Anthem 00004 { 00009 public interface IUpdatableControl 00010 { 00025 bool UpdateAfterCallBack { get; set; } 00026 00040 bool AutoUpdateAfterCallBack { get; set; } 00041 } 00042 }