Commit bb7ed0d0 authored by 潘栩锋's avatar 潘栩锋 🚴

修改IFlyAD

parent 02ab8eb9
...@@ -481,6 +481,10 @@ namespace FlyADBase ...@@ -481,6 +481,10 @@ namespace FlyADBase
public class TimeGridEventArgs : EventArgs public class TimeGridEventArgs : EventArgs
{ {
public TimeGridEventArgs()
{
}
public TimeGridEventArgs(DateTime time, TimeSpan tspan, int[] data) public TimeGridEventArgs(DateTime time, TimeSpan tspan, int[] data)
{ {
//Ts = new TimeSpan((long)(TimeSpan.TicksPerMillisecond * 1.28)); //Ts = new TimeSpan((long)(TimeSpan.TicksPerMillisecond * 1.28));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment