C# 클래스 Spinnaker.Sample.WinForms.ViewModels.RealtimeViewModel

This view model demonstrates changing values in the GUI continuously. For performance reasons, it uses a GUI timer (Timer on Windows and NSTimer on Mac) rather than a background thread, but threads are also safe to use in Spinnaker.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Claytonious/spinnaker

공개 메소드들

메소드 설명
HandleGUITimerTick ( ) : void
RealtimeViewModel ( ) : System

메소드 상세

HandleGUITimerTick() 공개 메소드

public HandleGUITimerTick ( ) : void
리턴 void

RealtimeViewModel() 공개 메소드

public RealtimeViewModel ( ) : System
리턴 System