C# Класс OdessaGUIProject.DRM_Helpers.ActivationWelcome

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

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

Метод Описание
ActivationWelcome ( ) : System

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

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

Clean up any resources being used.

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

Метод Описание
ActivationWelcome_Load ( object sender, EventArgs e ) : void
ActivationWelcome_Paint ( object sender, PaintEventArgs e ) : void
ActivationWelcome_Resize ( object sender, EventArgs e ) : void
ActivationWelcome_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Purchase ( ) : void
RunFreeVersion ( ) : void
SendNCWinMessage ( int msg, IntPtr wParam, IntPtr lParam ) : void
WndProc ( Message &m ) : void
activateCodeTextBox_MouseClick ( object sender, MouseEventArgs e ) : void
activateCodeTextBox_TextChanged ( object sender, EventArgs e ) : void
activationPictureBox_Click ( object sender, EventArgs e ) : void
continueButton_Click ( object sender, EventArgs e ) : void
emailTextBox_MouseClick ( object sender, MouseEventArgs e ) : void
emailTextBox_TextChanged ( object sender, EventArgs e ) : void
trialQuestionPictureBox_Click ( object sender, EventArgs e ) : void

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

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

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

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

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