Operation |
Details |
public ID3Properties(): |
Sequential |
protected Dispose( bool disposing):void |
Sequential Notes: | Clean up any resources being used. | |
private InitializeComponent():void |
Sequential Notes: | Required method for Designer support - do not modify the contents of this method with the code editor. | |
private buttonOk_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Ok. Saves the values and closes the window. | |
private buttonCancel_Click( object sender, System.EventArgs e):void |
Sequential Notes: | Cancel. Closes the values. | |
private checkBox1_CheckedChanged( object sender, System.EventArgs e):void |
Sequential Notes: | Checkbox changed event. Make a dependence between their states. | |