Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Thick-Common
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘栩锋
Thick-Common
Commits
a53e9327
Commit
a53e9327
authored
Nov 01, 2022
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 AdPushEventArgs,PosPushEventArgs 用于 AD盒FLYAD7 自己产生推送周期
parent
b4dcc970
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
TimeGridEventArgs.cs
...ct.FLY.FlyADBase/FlyADBase/EventArgs/TimeGridEventArgs.cs
+14
-0
No files found.
Project.FLY.FlyADBase/FlyADBase/EventArgs/TimeGridEventArgs.cs
View file @
a53e9327
...
...
@@ -33,4 +33,18 @@ namespace FlyADBase
public
DateTime
Time
{
get
;
set
;
}
}
public
delegate
void
TimeGridEventHandler
(
object
sender
,
TimeGridEventArgs
e
);
public
class
AdPushEventArgs
:
EventArgs
{
public
int
Ad
;
}
public
delegate
void
AdPushEventHandler
(
object
sender
,
AdPushEventArgs
e
);
public
class
PosPushEventArgs
:
EventArgs
{
public
int
Position
;
public
int
Speed
;
}
public
delegate
void
PosPushEventHandler
(
object
sender
,
PosPushEventArgs
e
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment