C# Class MyAddin5.SendToWebSevice

ファイルを表示 Open project: SiteView/ECC8.13 Class Usage Examples

Public Methods

Method Description
SaveFile ( string fileName ) : void
SendFile ( string FilePath, string FileName, frmSendWait sendWait ) : void
SendToWebSevice ( ) : System

Private Methods

Method Description
SendVdxFile_DoWork ( object sender, System e ) : void
SendVdxFile_RunWorkerCompleted ( object sender, System e ) : void

Method Details

SaveFile() public method

public SaveFile ( string fileName ) : void
fileName string
return void

SendFile() public method

public SendFile ( string FilePath, string FileName, frmSendWait sendWait ) : void
FilePath string
FileName string
sendWait frmSendWait
return void

SendToWebSevice() public method

public SendToWebSevice ( ) : System
return System