11 lines
170 B
C#
11 lines
170 B
C#
|
using System;
|
|||
|
namespace SEBPatcher.Monitoring.Applications
|
|||
|
{
|
|||
|
public class ApplicationMonitor
|
|||
|
{
|
|||
|
public ApplicationMonitor()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|