C# Class iQQ.Net.BatchHangQQ.FmTalkToFriend

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: huoshan12345/iQQ.Net

Méthodes publiques

Свойство Type Description
_parent FmQQList
_qqNum string
lab_friend_num System.Windows.Forms.Label
txt_client System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
FmTalkToFriend ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CloseTalk ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void

关闭聊天窗口时移除聊天列表及窗口

InitializeComponent ( ) : void

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

TalkToFriend_Load ( object sender, EventArgs e ) : void
btSend_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FmTalkToFriend() public méthode

public FmTalkToFriend ( ) : System
Résultat System

Property Details

_parent public_oe property

public FmQQList,iQQ.Net.BatchHangQQ _parent
Résultat FmQQList

_qqNum public_oe property

public string _qqNum
Résultat string

lab_friend_num public_oe property

public System.Windows.Forms.Label lab_friend_num
Résultat System.Windows.Forms.Label

txt_client public_oe property

public System.Windows.Forms.TextBox txt_client
Résultat System.Windows.Forms.TextBox