更新
This commit is contained in:
9
WPFDark/Interfaces/IBiaHasChildren.cs
Normal file
9
WPFDark/Interfaces/IBiaHasChildren.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections;
|
||||
|
||||
namespace WPFDark.Interfaces
|
||||
{
|
||||
public interface IBiaHasChildren
|
||||
{
|
||||
IEnumerable Children { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user