C# Class DarkAgent_Client.src.Network.DataNetwork.Packets.Send.S_FileMgrGetFolders

Inheritance: SendBasePacket
Show file Open project: x1234xx/RatSources

Public Methods

Method Description
S_FileMgrGetFolders ( ClientConnect client, FileMgrDirInfo info ) : System

Protected Methods

Method Description
Write ( ) : void

Method Details

S_FileMgrGetFolders() public method

public S_FileMgrGetFolders ( ClientConnect client, FileMgrDirInfo info ) : System
client ClientConnect
info FileMgrDirInfo
return System

Write() protected method

protected Write ( ) : void
return void