Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hemei
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
潘栩锋
hemei
Commits
da6d0999
Commit
da6d0999
authored
Oct 25, 2019
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新 thick_public 解决AD盒输入授权码问题
parent
d75300a3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
MainWindow.xaml.cs
...ngScan/FLY.Thick.BlowingScan.UI.Client/MainWindow.xaml.cs
+20
-0
thick_public
thick_public
+1
-1
No files found.
Project.FLY.Thick.BlowingScan/FLY.Thick.BlowingScan.UI.Client/MainWindow.xaml.cs
View file @
da6d0999
...
...
@@ -100,6 +100,26 @@ namespace FLY.Thick.BlowingScan.UI.Client
Application
.
Current
.
Properties
[
"Password"
]
=
gage
.
mPasswordService
;
Application
.
Current
.
Properties
[
"NavigationService"
]=
NavigationService
;
Application
.
Current
.
Properties
[
"DynArea"
]
=
gage
.
mDynArea
;
Application
.
Current
.
Properties
[
"IBlowing"
]
=
gage
.
mRenZiJiaService
;
Application
.
Current
.
Properties
[
"IBlowingDetect"
]
=
gage
.
mBDetect
;
Application
.
Current
.
Properties
[
"WindowSize"
]
=
gage
.
mSysParam
.
WindowSize
;
//添加观察者,1分钟查一次WindowSize,修改了,就保存
FObjBase
.
PollModule
.
Current
.
Poll_Config
(
FObjBase
.
PollModule
.
POLL_CONFIG
.
ADD
,
()
=>
{
if
(
Application
.
Current
.
Properties
[
"WindowSize"
]
is
int
)
{
if
((
int
)
Application
.
Current
.
Properties
[
"WindowSize"
]
!=
gage
.
mSysParam
.
WindowSize
)
{
gage
.
mSysParam
.
WindowSize
=
(
int
)
Application
.
Current
.
Properties
[
"WindowSize"
];
gage
.
mSysParam
.
Save
();
}
}
},
TimeSpan
.
FromMinutes
(
1
));
gage
.
mDynArea
.
PropertyChanged
+=
(
s
,
e
)
=>
{
DynArea
dynarea
=
s
as
DynArea
;
...
...
thick_public
@
4115e212
Subproject commit
d875b65ba2486233d67b1f15cc40c37d336b48e5
Subproject commit
4115e212ff87e28aaa3eab48e92904710a1d9f6f
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