C# 클래스 SharpUV.FileCopy

파일 보기 프로젝트 열기: gigi81/sharpuv 1 사용 예제들

공개 메소드들

메소드 설명
FileCopy ( string source, string destination, Action completed ) : System

비공개 메소드들

메소드 설명
FileClosed ( object sender, UvArgs e ) : void
FileCompleted ( ) : void
FileOpened ( object sender, UvArgs e ) : void
GetArgs ( ) : UvArgs

메소드 상세

FileCopy() 공개 메소드

public FileCopy ( string source, string destination, Action completed ) : System
source string
destination string
completed Action
리턴 System