C# Класс MonitoringApp_V2.FileLoader

Показать файл Открыть проект

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

Метод Описание
FileLoader ( Form1 form, Connection connection ) : System
ReturnTextBox ( ) : TextBox

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

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

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

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

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

Required method for Designer support - do not modify the contents of this method with the code editor.

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

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

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

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

public FileLoader ( Form1 form, Connection connection ) : System
form Form1
connection Connection
Результат System

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

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Результат bool

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

public ReturnTextBox ( ) : TextBox
Результат TextBox