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

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Actualizar ( ) : void

Envia un msg al cliente asociado pidiendole informacion sobre sus ventanas.

GestionBtnAcciones ( object sender, EventArgs eventArgs ) : void
VInfoVentanas ( Conexion cliente ) : System

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

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

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

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

Envia un msg al cliente asociado pidiendole informacion sobre sus ventanas.
public 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

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

public GestionBtnAcciones ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs EventArgs
Результат void

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

public VInfoVentanas ( Conexion cliente ) : System
cliente Conexion
Результат System