C# Class Auxilium.Forms.frmPMs

Inheritance: System.Windows.Forms.Form
Show file Open project: banksyhf/Auxilium

Public Properties

Property Type Description
PMs Auxilium.Classes.PrivateMessage[]

Public Methods

Method Description
LoadPMs ( ) : void
frmPMs ( PrivateMessage pms, Client c ) : System
frmPMs ( PrivateMessage pms, ushort index, string recipient, string subject, Client c, string username ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LinkClicked ( object sender, System.Windows.Forms.LinkClickedEventArgs e ) : void
LoadVariables ( int tabIndex ) : void
btnReadBack_Click ( object sender, EventArgs e ) : void
btnReplyBack_Click ( object sender, EventArgs e ) : void
btnReplySend_Click ( object sender, EventArgs e ) : void
btnReply_Click ( object sender, EventArgs e ) : void
btnSendBack_Click ( object sender, EventArgs e ) : void
btnSendMessage_Click ( object sender, EventArgs e ) : void
cmsPM_Opening ( object sender, CancelEventArgs e ) : void
hiddenTab1_SelectedIndexChanged ( object sender, EventArgs e ) : void
lvPMs_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
readMessageToolStripMenuItem_Click ( object sender, EventArgs e ) : void
replyToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

LoadPMs() public method

public LoadPMs ( ) : void
return void

frmPMs() public method

public frmPMs ( PrivateMessage pms, Client c ) : System
pms Auxilium.Classes.PrivateMessage
c Auxilium.Classes.Client
return System

frmPMs() public method

public frmPMs ( PrivateMessage pms, ushort index, string recipient, string subject, Client c, string username ) : System
pms Auxilium.Classes.PrivateMessage
index ushort
recipient string
subject string
c Auxilium.Classes.Client
username string
return System

Property Details

PMs public property

public PrivateMessage[],Auxilium.Classes PMs
return Auxilium.Classes.PrivateMessage[]