C# Class Instant.VisualStudio.TestCodeWindow

Interaction logic for TestCodeWindow.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: ermau/Instant Class Usage Examples

Public Methods

Method Description
ShowForTestCode ( string example ) : string
TestCodeWindow ( ) : System

Private Methods

Method Description
OnClickCancel ( object sender, RoutedEventArgs e ) : void
OnClickOk ( object sender, RoutedEventArgs e ) : void

Method Details

ShowForTestCode() public method

public ShowForTestCode ( string example ) : string
example string
return string

TestCodeWindow() public method

public TestCodeWindow ( ) : System
return System