mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-01 13:55:05 +00:00
docs: add missing XML comments for Mobile Control Project
This commit is contained in:
@@ -7,8 +7,9 @@ namespace PepperDash.Essentials
|
||||
/// </summary>
|
||||
public interface IDelayedConfiguration
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Event triggered when the configuration is ready. Used when Mobile Control is interacting with a SIMPL program.
|
||||
/// </summary>
|
||||
event EventHandler<EventArgs> ConfigurationIsReady;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user