C# Class VirtualCameraManager_App.MainPage

Main page of the app.
Inheritance: Page
Afficher le fichier Open project: microsoft/Windows-Camera

Méthodes publiques

Méthode Description
MainPage ( ) : System

Private Methods

Méthode Description
Page_Loaded ( object sender, RoutedEventArgs e ) : void
UIAddNewVirtualCameraDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void

Register and start a new virtual camera

UICameraWrappingCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
UICreateVirtualCamera_Click ( object sender, RoutedEventArgs e ) : void
UIRefreshList_Click ( object sender, RoutedEventArgs e ) : void

Refresh the view of existing virtual cameras. If a virtual camera has been registered by this app, its information should be populated accordingly.

VirtualCameraControlFailed ( Exception ex ) : void
VirtualCameraControlRemoved ( string symLink ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System