9 lines
184 B
C#
9 lines
184 B
C#
using System.Collections.ObjectModel;
|
|
|
|
namespace TheXamlGuy.Framework.WPF
|
|
{
|
|
public class NavigationParameterCollection : ObservableCollection<NavigationParameter>
|
|
{
|
|
|
|
}
|
|
} |