C# Class Servidor.UI.VInformacionDelSistema

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: jj-gallardo/CRat

Public Properties

Property Type Description
info Common.Lib.NetData

Protected Properties

Property Type Description
backgroundWorker1 System.ComponentModel.BackgroundWorker
button1 System.Windows.Forms.Button
groupBox1 System.Windows.Forms.GroupBox
loadLabel System.Windows.Forms.ToolStripStatusLabel
miGrid MisComponentes.MiNetDataGrid
statusStrip1 System.Windows.Forms.StatusStrip
tableAccionesLayaout System.Windows.Forms.TableLayoutPanel

Public Methods

Method Description
Actualizar ( ) : void
VInformacionDelSistema ( ) : System
VInformacionDelSistema ( Conexion cliente ) : System
actualizarConNetData ( NetData nd ) : void

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.

VInformacionDelSistema_Load ( object sender, EventArgs e ) : void
actualizador_Tick ( object sender, EventArgs e ) : void
backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
flowLayoutPanel1_Paint ( object sender, PaintEventArgs e ) : void
groupBox1_Enter ( object sender, EventArgs e ) : void

Method Details

Actualizar() public abstract method

public abstract Actualizar ( ) : void
return void

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

VInformacionDelSistema() public method

public VInformacionDelSistema ( ) : System
return System

VInformacionDelSistema() public method

public VInformacionDelSistema ( Conexion cliente ) : System
cliente Servidor.Negocio.Conexion
return System

actualizarConNetData() public method

public actualizarConNetData ( NetData nd ) : void
nd Common.Lib.NetData
return void

Property Details

backgroundWorker1 protected_oe property

protected System.ComponentModel.BackgroundWorker backgroundWorker1
return System.ComponentModel.BackgroundWorker

button1 protected_oe property

protected Button,System.Windows.Forms button1
return System.Windows.Forms.Button

groupBox1 protected_oe property

protected GroupBox,System.Windows.Forms groupBox1
return System.Windows.Forms.GroupBox

info public_oe property

public NetData,Common.Lib info
return Common.Lib.NetData

loadLabel protected_oe property

protected ToolStripStatusLabel,System.Windows.Forms loadLabel
return System.Windows.Forms.ToolStripStatusLabel

miGrid protected_oe property

protected MisComponentes.MiNetDataGrid miGrid
return MisComponentes.MiNetDataGrid

statusStrip1 protected_oe property

protected StatusStrip,System.Windows.Forms statusStrip1
return System.Windows.Forms.StatusStrip

tableAccionesLayaout protected_oe property

protected TableLayoutPanel,System.Windows.Forms tableAccionesLayaout
return System.Windows.Forms.TableLayoutPanel