Changeset 8981 for trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/TreeEditDialogs
- Timestamp:
- 11/30/12 23:46:28 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/TreeEditDialogs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/TreeEditDialogs/SymbolicExpressionTreeNodeInsertDialog.Designer.cs
r8935 r8981 148 148 // okButton 149 149 // 150 this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; 150 151 this.okButton.Location = new System.Drawing.Point(12, 112); 151 152 this.okButton.Name = "okButton"; -
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/TreeEditDialogs/SymbolicExpressionTreeNodeInsertDialog.cs
r8935 r8981 109 109 public event EventHandler DialogValidated; 110 110 private void OnDialogValidated(object sender, EventArgs e) { 111 DialogResult = DialogResult.OK; 111 112 var dialogValidated = DialogValidated; 112 113 if (dialogValidated != null)
Note: See TracChangeset
for help on using the changeset viewer.