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
403ffa74
Commit
403ffa74
authored
Apr 20, 2021
by
潘栩锋
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 由于flyad7 的改版, position2 , Addr 都改了,需要修改界面功能
parent
cc67c361
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
MainWindow.xaml.cs
Project.FLY.FlyADBase/Flyad7_WPF/MainWindow.xaml.cs
+1
-2
Window_sync.xaml.cs
Project.FLY.FlyADBase/Flyad7_WPF/Window_sync.xaml.cs
+2
-2
No files found.
Project.FLY.FlyADBase/Flyad7_WPF/MainWindow.xaml.cs
View file @
403ffa74
...
...
@@ -457,9 +457,8 @@ namespace Flyad7_WPF
private
void
button_connect1_Click
(
object
sender
,
RoutedEventArgs
e
)
{
IPEndPoint
result
=
Misc
.
StringConverter
.
ToIPEndPoint
(
param
.
EPStr
);
flyad
.
Connect
(
result
);
flyad
.
Connect
(
param
.
EPStr
);
button_connect
.
IsEnabled
=
false
;
textbox_ip
.
IsEnabled
=
false
;
}
...
...
Project.FLY.FlyADBase/Flyad7_WPF/Window_sync.xaml.cs
View file @
403ffa74
...
...
@@ -94,8 +94,8 @@ namespace Flyad7_WPF
private
void
button_setPosition2_Click
(
object
sender
,
RoutedEventArgs
e
)
{
flyad
.
Position2
=
Position2
;
MessageBox
.
Show
(
"flyad.Position2 = "
+
Position2
.
ToString
());
//
flyad.Position2 = Position2;
//
MessageBox.Show("flyad.Position2 = " + Position2.ToString());
}
private
void
button_setPos2Shift_Click
(
object
sender
,
RoutedEventArgs
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