remove regions

This commit is contained in:
telans
2020-06-20 18:20:33 +12:00
parent 8de6452967
commit 8e3d874802
20 changed files with 13 additions and 331 deletions

View File

@@ -5,14 +5,8 @@ namespace Rssdp
/// </summary>
public class SsdpEmbeddedDevice : SsdpDevice
{
#region Fields
private SsdpRootDevice _RootDevice;
#endregion
#region Constructors
/// <summary>
/// Default constructor.
/// </summary>
@@ -20,10 +14,6 @@ namespace Rssdp
{
}
#endregion
#region Public Properties
/// <summary>
/// Returns the <see cref="SsdpRootDevice"/> that is this device's first ancestor. If this device is itself an <see cref="SsdpRootDevice"/>, then returns a reference to itself.
/// </summary>
@@ -46,7 +36,5 @@ namespace Rssdp
}
}
}
#endregion
}
}