CopyXslFile() 공개 정적인 메소드

public static CopyXslFile ( string sReportFile ) : void
sReportFile string
리턴 void
예제 #1
0
 public void OnCloseReportFile(String sReportFile)
 {
     Driver.CopyXslFile(sReportFile);
 }