C# Class Update.GUI.ErrorView

Interaction logic for ErrorView.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: fusetools/Squirrel.Windows Class Usage Examples

Méthodes publiques

Méthode Description
ErrorView ( string logPath, System.Action onOkClicked ) : System

Private Methods

Méthode Description
OkClicked ( object sender, RoutedEventArgs e ) : void
OnShowLog ( object sender, RoutedEventArgs e ) : void

Method Details

ErrorView() public méthode

public ErrorView ( string logPath, System.Action onOkClicked ) : System
logPath string
onOkClicked System.Action
Résultat System