C# Class Update.GUI.ErrorView

Interaction logic for ErrorView.xaml
Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: fusetools/Squirrel.Windows Class Usage Examples

Public Methods

Method Description
ErrorView ( string logPath, System.Action onOkClicked ) : System

Private Methods

Method Description
OkClicked ( object sender, RoutedEventArgs e ) : void
OnShowLog ( object sender, RoutedEventArgs e ) : void

Method Details

ErrorView() public method

public ErrorView ( string logPath, System.Action onOkClicked ) : System
logPath string
onOkClicked System.Action
return System