initial commit
This commit is contained in:
19
Viewer/TrendViewer/Class/EventArgs.cs
Normal file
19
Viewer/TrendViewer/Class/EventArgs.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace vmsnet
|
||||
{
|
||||
class RemoteCommand : EventArgs
|
||||
{
|
||||
public rCommand Command;
|
||||
public object Data;
|
||||
public RemoteCommand(rCommand cmd, object data)
|
||||
{
|
||||
Command = cmd;
|
||||
Data = data;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user