SampleSmart
1.0.0.0
SampleSmart 사용 방법을 보여 주는 예제 프로젝트입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
PageCommunicationMonitor.xaml.Event.cs
이 파일의 문서화 페이지로 가기
1
using
Dreamine.Communication.Wpf.ViewModels;
2
using
SampleSmart.Pages.PageSub.CommunicationTabs
;
3
4
namespace
SampleSmart.Pages.PageSub
;
5
14
public
sealed
class
PageCommunicationMonitorEvent
15
{
24
private
readonly
CommunicationSampleRuntime
_runtime
;
25
50
public
PageCommunicationMonitorEvent
(
CommunicationSampleRuntime
runtime)
51
{
52
_runtime
= runtime ??
throw
new
ArgumentNullException(nameof(runtime));
53
}
54
63
public
CommunicationMonitorViewModel
Monitor
=>
_runtime
.Monitor;
64
}
SampleSmart.Pages.PageSub
Definition
CommunicationSampleRuntime.cs:21
SampleSmart.Pages.PageSub.CommunicationTabs
Definition
CommunicationSampleRuntime.cs:21
SampleSmart.Pages.PageSub.CommunicationTabs.CommunicationSampleRuntime
Definition
CommunicationSampleRuntime.cs:40
SampleSmart.Pages.PageSub.PageCommunicationMonitorEvent._runtime
readonly CommunicationSampleRuntime _runtime
Definition
PageCommunicationMonitor.xaml.Event.cs:24
SampleSmart.Pages.PageSub.PageCommunicationMonitorEvent.Monitor
CommunicationMonitorViewModel Monitor
Definition
PageCommunicationMonitor.xaml.Event.cs:63
SampleSmart.Pages.PageSub.PageCommunicationMonitorEvent.PageCommunicationMonitorEvent
PageCommunicationMonitorEvent(CommunicationSampleRuntime runtime)
Definition
PageCommunicationMonitor.xaml.Event.cs:50
Pages
PageSub
PageCommunicationMonitor.xaml.Event.cs
다음에 의해 생성됨 :
1.17.0