SampleSmart
1.0.0.0
SampleSmart 사용 방법을 보여 주는 예제 프로젝트입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
SerialPortTestView.xaml.cs
이 파일의 문서화 페이지로 가기
1
using
Dreamine.MVVM.Core;
2
using
System;
3
using
System.Collections.Generic;
4
using
System.Linq;
5
using
System.Text;
6
using
System.Threading.Tasks;
7
using
System.Windows;
8
using
System.Windows.Controls;
9
using
System.Windows.Data;
10
using
System.Windows.Documents;
11
using
System.Windows.Input;
12
using
System.Windows.Media;
13
using
System.Windows.Media.Imaging;
14
using
System.Windows.Navigation;
15
using
System.Windows.Shapes;
16
17
namespace
SampleSmart.Pages.PageSub.CommunicationTabs.Serial
18
{
27
public
partial class
SerialPortTestView
: UserControl
28
{
37
public
SerialPortTestView
()
38
{
39
InitializeComponent();
40
41
DataContext ??= DMContainer.Resolve<
SerialPortTestViewModel
>();
42
}
43
}
44
}
SampleSmart.Pages.PageSub.CommunicationTabs.Serial
Definition
SerialPortTestView.xaml.cs:18
SampleSmart.Pages.PageSub.CommunicationTabs.Serial.SerialPortTestView.SerialPortTestView
SerialPortTestView()
Definition
SerialPortTestView.xaml.cs:37
SampleSmart.Pages.PageSub.CommunicationTabs.Serial.SerialPortTestViewModel
Definition
SerialPortTestView.xaml.ViewModel.cs:15
Pages
PageSub
CommunicationTabs
Serial
SerialPortTestView.xaml.cs
다음에 의해 생성됨 :
1.17.0