C# Class Queue.UI.WPF.WarningControl

Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: breslavsky/queue

Public Methods

Method Description
Hide ( ) : void
WarningControl ( string message, System.Action closed, bool closeable ) : System

Private Methods

Method Description
hideButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

WarningControl() public method

public WarningControl ( string message, System.Action closed, bool closeable ) : System
message string
closed System.Action
closeable bool
return System