C# Class Servidor.UI.VInformacionDelSistema

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: jj-gallardo/CRat

Méthodes publiques

Свойство Type Description
info Common.Lib.NetData

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
Actualizar ( ) : void
VInformacionDelSistema ( ) : System
VInformacionDelSistema ( Conexion cliente ) : System
actualizarConNetData ( NetData nd ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public abstract Actualizar ( ) : void
Résultat void

Dispose() protected méthode

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

VInformacionDelSistema() public méthode

public VInformacionDelSistema ( ) : System
Résultat System

VInformacionDelSistema() public méthode

public VInformacionDelSistema ( Conexion cliente ) : System
cliente Servidor.Negocio.Conexion
Résultat System

actualizarConNetData() public méthode

public actualizarConNetData ( NetData nd ) : void
nd Common.Lib.NetData
Résultat void

Property Details

backgroundWorker1 protected_oe property

protected System.ComponentModel.BackgroundWorker backgroundWorker1
Résultat System.ComponentModel.BackgroundWorker

button1 protected_oe property

protected Button,System.Windows.Forms button1
Résultat System.Windows.Forms.Button

groupBox1 protected_oe property

protected GroupBox,System.Windows.Forms groupBox1
Résultat System.Windows.Forms.GroupBox

info public_oe property

public NetData,Common.Lib info
Résultat Common.Lib.NetData

loadLabel protected_oe property

protected ToolStripStatusLabel,System.Windows.Forms loadLabel
Résultat System.Windows.Forms.ToolStripStatusLabel

miGrid protected_oe property

protected MisComponentes.MiNetDataGrid miGrid
Résultat MisComponentes.MiNetDataGrid

statusStrip1 protected_oe property

protected StatusStrip,System.Windows.Forms statusStrip1
Résultat System.Windows.Forms.StatusStrip

tableAccionesLayaout protected_oe property

protected TableLayoutPanel,System.Windows.Forms tableAccionesLayaout
Résultat System.Windows.Forms.TableLayoutPanel