C# 클래스 nature_net.user_controls.window_frame

Interaction logic for window_frame.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: naturenet/nature-net-ppi 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

UpdateContents() 공개 메소드

public UpdateContents ( ) : void
리턴 void

change_view_Click() 공개 메소드

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

close_Click() 공개 메소드

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

get_title() 공개 메소드

public get_title ( ) : string
리턴 string

hide_change_view() 공개 메소드

public hide_change_view ( ) : void
리턴 void

set_icon() 공개 메소드

public set_icon ( ImageSource ico ) : void
ico ImageSource
리턴 void

set_title() 공개 메소드

public set_title ( string t ) : void
t string
리턴 void

window_frame() 공개 메소드

public window_frame ( ) : System
리턴 System