C# 클래스 NPerfRunner.Wpf.Views.ConfigurationWindow

Interaction logic for ConfigurationWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: Orcomp/NPerfRunner 1 사용 예제들

공개 메소드들

메소드 설명
ConfigurationWindow ( TestsTreeView view ) : System
SetPerfTestConfiguration ( PerfTestConfiguration configuration ) : void

비공개 메소드들

메소드 설명
Close_Button_Click ( object sender, RoutedEventArgs e ) : void
Save_Button_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

ConfigurationWindow() 공개 메소드

public ConfigurationWindow ( TestsTreeView view ) : System
view TestsTreeView
리턴 System

SetPerfTestConfiguration() 공개 메소드

public SetPerfTestConfiguration ( PerfTestConfiguration configuration ) : void
configuration NPerf.Lab.PerfTestConfiguration
리턴 void