10 lines
118 B
C#
10 lines
118 B
C#
using Prism.Events;
|
|
|
|
namespace UIStandard.Common
|
|
{
|
|
public class LoadingEvent : PubSubEvent<string>
|
|
{
|
|
}
|
|
|
|
}
|