Added missing summeries #2
This commit is contained in:
parent
31777faa11
commit
c8db1ce8bc
26 changed files with 261 additions and 36 deletions
|
|
@ -5,9 +5,18 @@
|
|||
/// </summary>
|
||||
public interface IInitializable
|
||||
{
|
||||
/// <summary>
|
||||
/// If true, its already initialized.
|
||||
/// </summary>
|
||||
bool IsInitialized { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// A event when the object was activated.
|
||||
/// </summary>
|
||||
void Activate();
|
||||
/// <summary>
|
||||
/// A event, when the object was first initialized.
|
||||
/// </summary>
|
||||
void Initialization();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue