mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-29 20:34:51 +00:00
docs: add missing XML comments for Mobile Control Project
This commit is contained in:
@@ -7,10 +7,13 @@ using PepperDash.Essentials.Core;
|
||||
namespace PepperDash.Essentials
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a MobileControlFactory
|
||||
/// Factory class for the Mobile Control App Controller
|
||||
/// </summary>
|
||||
public class MobileControlFactory
|
||||
{
|
||||
/// <summary>
|
||||
/// Create an instance of the <see cref="MobileControlFactory"/> class.
|
||||
/// </summary>
|
||||
public MobileControlFactory()
|
||||
{
|
||||
var assembly = Assembly.GetExecutingAssembly();
|
||||
|
||||
Reference in New Issue
Block a user