8 lines
90 B
C#
8 lines
90 B
C#
namespace BitStrap
|
|
{
|
|
public interface IModifiable
|
|
{
|
|
void UpdateModifiedValues();
|
|
}
|
|
}
|