C# Class ResumeFactory.Forms.Details.FormSocialPractice

Inheritance: System.Windows.Forms.Form, IRefreshable
Datei anzeigen Open project: vincentlauvlwj/FrameDAL

Public Methods

Method Description
FormSocialPractice ( ) : System
OnBringToFront ( object data ) : void

Private Methods

Method Description
FormSocialPractice_Load ( object sender, EventArgs e ) : void
GetSocialPracticeFromDgv ( int rowIndex ) : SocialPractice

从DataGridView中根据行号获取社会实践

InitialControlContent ( ) : void
ResetControlContent ( ) : void
Save ( ) : bool
btnSaveAndAdd_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
datagvPratices_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
linkReturn_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

FormSocialPractice() public method

public FormSocialPractice ( ) : System
return System

OnBringToFront() public method

public OnBringToFront ( object data ) : void
data object
return void