9 lines
106 B
C#
9 lines
106 B
C#
namespace Quasar.Common.Enums
|
|
{
|
|
public enum ProcessAction
|
|
{
|
|
Start,
|
|
End
|
|
}
|
|
}
|