C# Class STimWPF.ContentWindow

Interaction logic for TextEntryWindow.xaml
Inheritance: System.Windows.Window, INotifyPropertyChanged
ファイルを表示 Open project: hcilab-um/STim Class Usage Examples

Public Methods

Method Description
ContentWindow ( App appInst ) : System

Private Methods

Method Description
OnPropertyChanged ( String name ) : void
contentW_Closed ( object sender, EventArgs e ) : void
contentW_Loaded ( object sender, RoutedEventArgs e ) : void
contentW_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

ContentWindow() public method

public ContentWindow ( App appInst ) : System
appInst App
return System