C# Class Queue.UI.WPF.NoticeControl

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

Public Methods

Method Description
Hide ( ) : void
NoticeControl ( object message, System.Action onClose ) : System

Private Methods

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

Method Details

Hide() public method

public Hide ( ) : void
return void

NoticeControl() public method

public NoticeControl ( object message, System.Action onClose ) : System
message object
onClose System.Action
return System