10 lines
160 B
C#
10 lines
160 B
C#
using Prism.Events;
|
|
using System.Collections.Generic;
|
|
|
|
namespace SWS.CAD.Event
|
|
{
|
|
public class getPropertyEvent : PubSubEvent<List<string>>
|
|
{
|
|
}
|
|
}
|