C# Class QSContacts.PhonesView

显示文件 Open project: QualitySolution/QSProjects

Public Methods

Method Description
PhonesView ( ) : System
SaveChanges ( ) : void

Protected Methods

Method Description
Build ( ) : void
MoveRowUp ( uint Row ) : void
OnButtonAddClicked ( object sender, EventArgs e ) : void
OnButtonDeleteClicked ( object sender, EventArgs e ) : void

Private Methods

Method Description
AddPhoneRow ( Phone newPhone ) : void
CleanList ( ) : void
OnPhoneListElementAdded ( object aList, int aIdx ) : void
OnPhoneListElementRemoved ( object aList, int aIdx, object aObject ) : void
RemoveRow ( uint Row ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

MoveRowUp() protected method

protected MoveRowUp ( uint Row ) : void
Row uint
return void

OnButtonAddClicked() protected method

protected OnButtonAddClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnButtonDeleteClicked() protected method

protected OnButtonDeleteClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

PhonesView() public method

public PhonesView ( ) : System
return System

SaveChanges() public method

public SaveChanges ( ) : void
return void