Beispiel #1
0
 public void Dispose()
 {
     PickedColor?.Dispose();
     EntryInput?.Dispose();
     SliderInput?.Dispose();
     SwitchInput?.Dispose();
     DatePickerInput?.Dispose();
     TimePickerInput?.Dispose();
     StepperInput?.Dispose();
     SubmitCommand?.Dispose();
     _submitDisposable?.Dispose();
 }