C# Class Manager_WPF.InstallPlugin

Interaction logic for InstallPlugin.xaml
Inheritance: System.Windows.Window
显示文件 Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Public Properties

Property Type Description
install bool

Public Methods

Method Description
InstallPlugin ( string Sendfilename ) : System

Private Methods

Method Description
UnzipOSA ( string PluginPackagePath ) : bool
btnCancel_Click ( object sender, RoutedEventArgs e ) : void
btnInstall_Click ( object sender, RoutedEventArgs e ) : void

Method Details

InstallPlugin() public method

public InstallPlugin ( string Sendfilename ) : System
Sendfilename string
return System

Property Details

install public_oe property

public bool install
return bool