C# Class FiddlerPlugin.SendItemPlugin

Inheritance: PluginInterface.IPlugin
Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
ChangeOverrideClick ( bool value, bool init ) : void
Dispose ( ) : void
Initialize ( ) : void
ModifyPluginToolStrip ( ToolStripDropDownButton toolstrip ) : void
ModifyTabPages ( TabControl tabcontrol ) : void
SendItemPlugin ( ) : System

Private Methods

Méthode Description
Events_DesignChangeEvent ( ) : void
Events_ModifyItemShowContextMenuEvent ( ContextMenuStrip strip ) : void
LoadXML ( ) : void
PlugOnDoubleClick ( object sender, MouseEventArgs e ) : void
SaveXML ( ) : void
itemshowcontextclicked ( object sender, EventArgs e ) : void
toolstrip_click ( object sender, EventArgs e ) : void

Method Details

ChangeOverrideClick() public méthode

public ChangeOverrideClick ( bool value, bool init ) : void
value bool
init bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

ModifyPluginToolStrip() public méthode

public ModifyPluginToolStrip ( ToolStripDropDownButton toolstrip ) : void
toolstrip System.Windows.Forms.ToolStripDropDownButton
Résultat void

ModifyTabPages() public méthode

public ModifyTabPages ( TabControl tabcontrol ) : void
tabcontrol System.Windows.Forms.TabControl
Résultat void

SendItemPlugin() public méthode

public SendItemPlugin ( ) : System
Résultat System