Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SKF_Voice
Overview
Overview
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
fei.han
SKF_Voice
Commits
5998386f
Commit
5998386f
authored
Nov 05, 2024
by
hanfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
0d9880fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
FrmMain.cs
Siger.Voice/FrmMain.cs
+6
-6
No files found.
Siger.Voice/FrmMain.cs
View file @
5998386f
...
@@ -31,12 +31,12 @@ namespace Siger.Voice
...
@@ -31,12 +31,12 @@ namespace Siger.Voice
private
void
FrmMain_Load
(
object
sender
,
EventArgs
e
)
private
void
FrmMain_Load
(
object
sender
,
EventArgs
e
)
{
{
if
(!
LinsenceHelper
.
SystemValidate
(
_config
.
ProjectId
))
//
if (!LinsenceHelper.SystemValidate(_config.ProjectId))
{
//
{
this
.
Text
=
$"
{
_config
.
CompanyDesc
}
语音播报系统V1.0 (未授权)"
;
//
this.Text = $"{_config.CompanyDesc} 语音播报系统V1.0 (未授权)";
this
.
toolStripStatusLabel1
.
Text
=
$"系统未授权, 监听失败......"
;
//
this.toolStripStatusLabel1.Text = $"系统未授权, 监听失败......";
return
;
//
return;
}
//
}
systemValidate
=
true
;
systemValidate
=
true
;
this
.
Text
=
$"
{
_config
.
CompanyDesc
}
语音播报系统"
;
this
.
Text
=
$"
{
_config
.
CompanyDesc
}
语音播报系统"
;
...
...
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