Class CleaningProcessWindow
Interaktionslogik für CleaningProcessWindow.xaml
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningProcessWindow : BaseCleaningProcessWindow, ICleaningProcessWindow
Constructors
| Improve this Doc View SourceCleaningProcessWindow(ICleaningProcessService)
Constructor
Declaration
public CleaningProcessWindow(ICleaningProcessService service)
Parameters
Type | Name | Description |
---|---|---|
ICleaningProcessService | service | ICleaningProcessService |
Methods
| Improve this Doc View SourceOnClosing(CancelEventArgs)
Close by window button causes cancel action
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e |
OnSave(WindowSaveEventArg)
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Implements
IWindow<, , >