C# Класс Servidor.UI.VInformacionDelSistema

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
info Common.Lib.NetData

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
Actualizar ( ) : void
VInformacionDelSistema ( ) : System
VInformacionDelSistema ( Conexion cliente ) : System
actualizarConNetData ( NetData nd ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Actualizar() публичный абстрактный Метод

public abstract Actualizar ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

VInformacionDelSistema() публичный Метод

public VInformacionDelSistema ( ) : System
Результат System

VInformacionDelSistema() публичный Метод

public VInformacionDelSistema ( Conexion cliente ) : System
cliente Servidor.Negocio.Conexion
Результат System

actualizarConNetData() публичный Метод

public actualizarConNetData ( NetData nd ) : void
nd Common.Lib.NetData
Результат void

Описание свойств

backgroundWorker1 защищенное свойство

protected System.ComponentModel.BackgroundWorker backgroundWorker1
Результат System.ComponentModel.BackgroundWorker

button1 защищенное свойство

protected Button,System.Windows.Forms button1
Результат System.Windows.Forms.Button

groupBox1 защищенное свойство

protected GroupBox,System.Windows.Forms groupBox1
Результат System.Windows.Forms.GroupBox

info публичное свойство

public NetData,Common.Lib info
Результат Common.Lib.NetData

loadLabel защищенное свойство

protected ToolStripStatusLabel,System.Windows.Forms loadLabel
Результат System.Windows.Forms.ToolStripStatusLabel

miGrid защищенное свойство

protected MisComponentes.MiNetDataGrid miGrid
Результат MisComponentes.MiNetDataGrid

statusStrip1 защищенное свойство

protected StatusStrip,System.Windows.Forms statusStrip1
Результат System.Windows.Forms.StatusStrip

tableAccionesLayaout защищенное свойство

protected TableLayoutPanel,System.Windows.Forms tableAccionesLayaout
Результат System.Windows.Forms.TableLayoutPanel