initial commit
This commit is contained in:
19
Cs_HMI/SubProject/AGV/DataEventArgs.cs
Normal file
19
Cs_HMI/SubProject/AGV/DataEventArgs.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
|
||||
namespace arDev
|
||||
{
|
||||
public partial class Narumi
|
||||
{
|
||||
public class DataEventArgs : EventArgs
|
||||
{
|
||||
public DataType DataType { get; set; }
|
||||
|
||||
public DataEventArgs(DataType type)
|
||||
{
|
||||
DataType = type;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user