9 lines
138 B
C#
9 lines
138 B
C#
using System;
|
|
|
|
namespace ProductionUiCordonel.ProductionProcesses
|
|
{
|
|
public class ProcessStateChangedArgs : EventArgs
|
|
{
|
|
}
|
|
}
|