C# Class VirtualCameraManager_App.MainPage

Main page of the app.
Inheritance: Page
Exibir arquivo Open project: microsoft/Windows-Camera

Public Methods

Method Description
MainPage ( ) : System

Private Methods

Method 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 method

public MainPage ( ) : System
return System