C# Class nature_net.user_controls.window_frame

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

Public Methods

Method 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 method

public UpdateContents ( ) : void
return void

change_view_Click() public method

public change_view_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

close_Click() public method

public close_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

get_title() public method

public get_title ( ) : string
return string

hide_change_view() public method

public hide_change_view ( ) : void
return void

set_icon() public method

public set_icon ( ImageSource ico ) : void
ico ImageSource
return void

set_title() public method

public set_title ( string t ) : void
t string
return void

window_frame() public method

public window_frame ( ) : System
return System