Removed debug output
This commit is contained in:
@@ -19,7 +19,6 @@ namespace MVPLearning.BaseLibrary
|
|||||||
|
|
||||||
var newBinding = new Binding(nameof(Text), datasource, dataproperty, false);
|
var newBinding = new Binding(nameof(Text), datasource, dataproperty, false);
|
||||||
DataBindings.Add(newBinding);
|
DataBindings.Add(newBinding);
|
||||||
System.Diagnostics.Debug.WriteLine($"Binding count for {Name}.{nameof(Text)} is {DataBindings.Count}");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnGotFocus(EventArgs e)
|
protected override void OnGotFocus(EventArgs e)
|
||||||
|
|||||||
Reference in New Issue
Block a user