C# 클래스 ControlSystem.StringUI

String UI for writing to a string variable.
상속: IUI, INotifyPropertyChanged
파일 보기 프로젝트 열기: syre/SortingIndustrialRobot 1 사용 예제들

공개 메소드들

메소드 설명
StringUI ( ) : System.ComponentModel

Default constructor that sets up string buffer.

clearString ( ) : void

Clears the buffer.

writeLine ( string _sMsg ) : void

보호된 메소드들

메소드 설명
NotifyPropertyChanged ( string name ) : void

메소드 상세

NotifyPropertyChanged() 보호된 메소드

protected NotifyPropertyChanged ( string name ) : void
name string
리턴 void

StringUI() 공개 메소드

Default constructor that sets up string buffer.
public StringUI ( ) : System.ComponentModel
리턴 System.ComponentModel

clearString() 공개 메소드

Clears the buffer.
public clearString ( ) : void
리턴 void

writeLine() 공개 메소드

public writeLine ( string _sMsg ) : void
_sMsg string
리턴 void