Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Myproj
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
fujii15
Myproj
Commits
56081e89
Commit
56081e89
authored
Dec 11, 2018
by
ビショップ 藤井
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BluetoothAddressを表示しないように変更
parent
ef3a3e04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
MainWindow.xaml.cs
WpfApp1/MainWindow.xaml.cs
+1
-1
No files found.
WpfApp1/MainWindow.xaml.cs
View file @
56081e89
...
@@ -98,7 +98,7 @@ namespace WpfBleSampleApp
...
@@ -98,7 +98,7 @@ namespace WpfBleSampleApp
var
dev
=
x
.
Value
;
var
dev
=
x
.
Value
;
var
id
=
x
.
Key
;
// == dev.DeviceId
var
id
=
x
.
Key
;
// == dev.DeviceId
this
.
TextBlockRSSI
.
Text
+=
$"
{
dev
.
Name
}
,
{
id
}
,
{
dev
.
BluetoothAddress
:
x
}
\n"
;
this
.
TextBlockRSSI
.
Text
+=
$"
{
dev
.
Name
}
,
{
id
}
\n"
;
}
}
// OKリストの中身と何個一致しているか
// OKリストの中身と何個一致しているか
...
...
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