InfoTransmitter.TransmitterForm Class Reference

UI for the InfoLink transmitter tool. More...

List of all members.

Public Member Functions

 TransmitterForm ()
 Creates an instance for the transmitter form, initializes the info link transmitter and starts the status timer.

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used.

Detailed Description

UI for the InfoLink transmitter tool.

Definition at line 18 of file TransmitterForm.cs.


Constructor & Destructor Documentation

InfoTransmitter.TransmitterForm.TransmitterForm (  ) 

Creates an instance for the transmitter form, initializes the info link transmitter and starts the status timer.

Definition at line 29 of file TransmitterForm.cs.

00030         {
00031             InitializeComponent();
00032 
00033             this.infoLinkTransmitter = new InfoLinkTransmitter();
00034             this.infoLinkTransmitter.StartTransmitter();
00035 
00036             this.timer1.Enabled = true;
00037             UpdateTransmitButton();
00038         }


Member Function Documentation

override void InfoTransmitter.TransmitterForm.Dispose ( bool  disposing  )  [protected]

Clean up any resources being used.

Parameters:
disposing true if managed resources should be disposed; otherwise, false.

Definition at line 14 of file TransmitterForm.Designer.cs.

00015         {
00016             if (disposing && (components != null))
00017             {
00018                 components.Dispose();
00019             }
00020             base.Dispose(disposing);
00021         }


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2