C# Class RavenFS.Studio.Features.Util.ErrorListWindow

Inheritance: DialogView
显示文件 Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
ErrorListWindow ( ) : System.Windows.Input
ShowErrors ( Notification selectedNotification = null ) : void

Private Methods

Method Description
HandleKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

ErrorListWindow() public method

public ErrorListWindow ( ) : System.Windows.Input
return System.Windows.Input

ShowErrors() public static method

public static ShowErrors ( Notification selectedNotification = null ) : void
selectedNotification Notification
return void