D:/Projects/Anthem/Anthem/IUpdatableControl.cs

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 }

Generated on Wed Mar 14 23:50:39 2007 for Anthem by  doxygen 1.5.1-p1