C# 클래스 WpfMpdClient.XmlCache

파일 보기 프로젝트 열기: sakya/wpfmpdclient

공개 메소드들

메소드 설명
Add ( Uri uri, XmlDocument doc ) : void
Get ( Uri uri ) : XmlDocument

메소드 상세

Add() 공개 메소드

public Add ( Uri uri, XmlDocument doc ) : void
uri System.Uri
doc System.Xml.XmlDocument
리턴 void

Get() 공개 메소드

public Get ( Uri uri ) : XmlDocument
uri System.Uri
리턴 System.Xml.XmlDocument