C# 클래스 RIM.VSNDK_Package.UpdateManager.UpdateManagerDialog

Interaction logic for UpdateManager.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: blackberry/VSPlugin 1 사용 예제들

공개 메소드들

메소드 설명
UpdateManagerDialog ( ) : System

Constructor

UpdateManagerDialog ( string message, string version, bool isRuntime, bool isSimulator ) : System

Constructor

비공개 메소드들

메소드 설명
Close_Click ( object sender, RoutedEventArgs e ) : void

No button

Install_Click ( object sender, RoutedEventArgs e ) : void

No button

Window_Closing ( object sender, System e ) : void

Prevent the user from closing the window

메소드 상세

UpdateManagerDialog() 공개 메소드

Constructor
public UpdateManagerDialog ( ) : System
리턴 System

UpdateManagerDialog() 공개 메소드

Constructor
public UpdateManagerDialog ( string message, string version, bool isRuntime, bool isSimulator ) : System
message string
version string
isRuntime bool
isSimulator bool
리턴 System