SampleSmart
1.0.0.0
SampleSmart 사용 방법을 보여 주는 예제 프로젝트입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
UdpPeerTestView.xaml.cs
이 파일의 문서화 페이지로 가기
1
using
Dreamine.MVVM.Core;
2
using
SampleSmart.Pages.PageSub.CommunicationTabs.Serial
;
3
using
System.Windows.Controls;
4
5
namespace
SampleSmart.Pages.PageSub.CommunicationTabs.Udp
;
6
15
public
partial class
UdpPeerTestView
: UserControl
16
{
25
public
UdpPeerTestView
()
26
{
27
InitializeComponent();
28
29
DataContext ??= DMContainer.Resolve<
UdpPeerTestViewModel
>();
30
}
31
}
SampleSmart.Pages.PageSub.CommunicationTabs.Serial
Definition
SerialPortTestView.xaml.cs:18
SampleSmart.Pages.PageSub.CommunicationTabs.Udp
Definition
UdpPeerTestView.xaml.cs:5
SampleSmart.Pages.PageSub.CommunicationTabs.Udp.UdpPeerTestView.UdpPeerTestView
UdpPeerTestView()
Definition
UdpPeerTestView.xaml.cs:25
SampleSmart.Pages.PageSub.CommunicationTabs.Udp.UdpPeerTestViewModel
Definition
UdpPeerTestView.xaml.ViewModel.cs:15
Pages
PageSub
CommunicationTabs
Udp
UdpPeerTestView.xaml.cs
다음에 의해 생성됨 :
1.17.0