public void DeleteBinding()
 {
     _screenBinder.DeleteBinding();
     layoutGroupDistributionType.Text = PKSimConstants.UI.DistributionType;
     cbDistributionType.Properties.Items.Clear();
 }
Beispiel #2
0
 public void DeleteBinding()
 {
     _screenBinderForChartManagement.DeleteBinding();
     _screenBinderForExportSettings.DeleteBinding();
     _screenBinderForFonts.DeleteBinding();
 }
 public void DeleteBinding()
 {
     _screenBinder.DeleteBinding();
     uxRichEditControl.Modified = false;
     _journalPageDTO            = null;
 }
Beispiel #4
0
 public void ClearBinding()
 {
     _screenBinder.DeleteBinding();
     OutputSelectionEnabled = false;
 }