C# Class EKG_Project.Architecture.GUIMessages.TestMessage

Inheritance: IGUIMessage
Show file Open project: Nefarin/DadmProject

Public Methods

Method Description
Read ( System.Windows.Controls.UserControl control ) : void
TestMessage ( string text ) : System.Windows.Controls

Method Details

Read() public method

public Read ( System.Windows.Controls.UserControl control ) : void
control System.Windows.Controls.UserControl
return void

TestMessage() public method

public TestMessage ( string text ) : System.Windows.Controls
text string
return System.Windows.Controls