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