FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Bitmex.NET/Bitmex.NET.Example/MainWindow.xaml.cs at master · semashkinvg/Bitmex.NET · GitHub
semashkinvg
/
Bitmex.NET
Public
Notifications
You must be signed in to change notification settings
Fork
24
Star
50
Code
Issues
6
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Bitmex.NET
/
Bitmex.NET.Example
/
MainWindow.xaml.cs
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (15 loc) · 281 Bytes
Breadcrumbs
Bitmex.NET
/
Bitmex.NET.Example
/
MainWindow.xaml.cs
Copy path
File metadata and controls
16 lines (15 loc) · 281 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using
System
.
Windows
;
namespace
Bitmex
.
NET
.
Example
{
/// <summary>
/// Interaction logic for MainWindow.xaml
/// </summary>
public
partial
class
MainWindow
:
Window
{
public
MainWindow
(
)
{
InitializeComponent
(
)
;
DataContext
=
new
MainWindowViewModel
(
)
;
}
}
}
Back
|
FazBrowse Home
|
New Git URL