File IRecalculable.cs
File List > LemonUI > LemonUI > IRecalculable.cs
Go to the documentation of this file
namespace LemonUI
{
public interface IRecalculable
{
#region Functions
void Recalculate();
#endregion
}
}