C# 클래스 SparkleShare.NoteController

파일 보기 프로젝트 열기: hbons/SparkleShare

공개 프로퍼티들

프로퍼티 타입 설명
AvatarFilePath string

공개 메소드들

메소드 설명
CancelClicked ( ) : void
NoteController ( ) : System
OnNoteWindowEvent ( string project ) : void
ResumeWithNote ( string note ) : void
SyncClicked ( string note ) : void
WindowClosed ( ) : void

메소드 상세

CancelClicked() 공개 메소드

public CancelClicked ( ) : void
리턴 void

NoteController() 공개 메소드

public NoteController ( ) : System
리턴 System

OnNoteWindowEvent() 공개 메소드

public OnNoteWindowEvent ( string project ) : void
project string
리턴 void

ResumeWithNote() 공개 메소드

public ResumeWithNote ( string note ) : void
note string
리턴 void

SyncClicked() 공개 메소드

public SyncClicked ( string note ) : void
note string
리턴 void

WindowClosed() 공개 메소드

public WindowClosed ( ) : void
리턴 void

프로퍼티 상세

AvatarFilePath 공개적으로 프로퍼티

public string AvatarFilePath
리턴 string