Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TicketEntry
Project
Project
Details
Activity
Releases
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
viitto
TicketEntry
Commits
2dad5677
Commit
2dad5677
authored
Sep 30, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
1ac55b16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Form1.cs
Eeo/Form1.cs
+6
-5
No files found.
Eeo/Form1.cs
View file @
2dad5677
...
...
@@ -160,16 +160,17 @@ namespace Eeo
MessageBox
.
Show
(
"结束时间不能小于开始时间"
);
return
;
}
if
(
string
.
IsNullOrEmpty
(
_eeoTask
.
WorkSpace
))
{
MessageBox
.
Show
(
"请选择视频存放路径"
);
return
;
}
//
if (string.IsNullOrEmpty(_eeoTask.WorkSpace))
//
{
//
MessageBox.Show("请选择视频存放路径");
//
return;
//
}
this
.
ChangeContrlStatus
();
_eeoTask
.
TaskId
=
Guid
.
NewGuid
().
ToString
();
_eeoTask
.
StartTime
=
dt1
;
_eeoTask
.
EndTime
=
dt2
;
_eeoTask
.
CourseName
=
rbName
.
Text
.
Trim
();
_classList
=
new
List
<
CourseClass
>();
this
.
SaveConfig
();
Task
.
Factory
.
StartNew
(()
=>
RequestCourse
());
}
...
...
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