C# 클래스 Summa.Gui.DieuBookmarker

상속: Summa.Core.IBookmarker
파일 보기 프로젝트 열기: wfarr/newskit

공개 메소드들

메소드 설명
CanBookmark ( ) : bool
DieuBookmarker ( ) : System
GetBookmarks ( ) : ArrayList
ShowBookmarkWindow ( string title, string url, string content, string tags ) : void

메소드 상세

CanBookmark() 공개 메소드

public CanBookmark ( ) : bool
리턴 bool

DieuBookmarker() 공개 메소드

public DieuBookmarker ( ) : System
리턴 System

GetBookmarks() 공개 메소드

public GetBookmarks ( ) : ArrayList
리턴 System.Collections.ArrayList

ShowBookmarkWindow() 공개 메소드

public ShowBookmarkWindow ( string title, string url, string content, string tags ) : void
title string
url string
content string
tags string
리턴 void