C# Class XapEditor.controls.XapDeployer

XapDeployer
Inheritance: System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
Datei anzeigen Open project: net-shell/quantum-vaginer

Public Methods

Method Description
Deploy ( string pathXap, string pathIco ) : void
XapDeployer ( string pathToXap = "" ) : System

Private Methods

Method Description
Browse_Click ( object sender, RoutedEventArgs e ) : void
Deploy_Click ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void
cbDevices_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
cbPlatforms_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
loadXapFile ( ) : void

Method Details

Deploy() public method

public Deploy ( string pathXap, string pathIco ) : void
pathXap string
pathIco string
return void

XapDeployer() public method

public XapDeployer ( string pathToXap = "" ) : System
pathToXap string
return System