C# 클래스 WebExpress.History

Interaction logic for History.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Sential/WebExpress-beta 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemsCount int

공개 메소드들

메소드 설명
AddHistory ( string title, string url ) : System.Threading.Tasks.Task
History ( ) : System

비공개 메소드들

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

메소드 상세

AddHistory() 공개 메소드

public AddHistory ( string title, string url ) : System.Threading.Tasks.Task
title string
url string
리턴 System.Threading.Tasks.Task

History() 공개 메소드

public History ( ) : System
리턴 System

프로퍼티 상세

ItemsCount 공개적으로 프로퍼티

public int ItemsCount
리턴 int