C# Class nature_net.user_controls.window_frame

Interaction logic for window_frame.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: naturenet/nature-net-ppi Class Usage Examples

Méthodes publiques

Méthode Description
UpdateContents ( ) : void
change_view_Click ( object sender, RoutedEventArgs e ) : void
close_Click ( object sender, RoutedEventArgs e ) : void
get_title ( ) : string
hide_change_view ( ) : void
set_icon ( ImageSource ico ) : void
set_title ( string t ) : void
window_frame ( ) : System

Method Details

UpdateContents() public méthode

public UpdateContents ( ) : void
Résultat void

change_view_Click() public méthode

public change_view_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

close_Click() public méthode

public close_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

get_title() public méthode

public get_title ( ) : string
Résultat string

hide_change_view() public méthode

public hide_change_view ( ) : void
Résultat void

set_icon() public méthode

public set_icon ( ImageSource ico ) : void
ico ImageSource
Résultat void

set_title() public méthode

public set_title ( string t ) : void
t string
Résultat void

window_frame() public méthode

public window_frame ( ) : System
Résultat System