Daten werden nun geladen
This commit is contained in:
@@ -1,8 +1,14 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Input;
|
||||
|
||||
namespace GuiWPF {
|
||||
public class DelegateCommand : ICommand {
|
||||
namespace WPF
|
||||
{
|
||||
public class DelegateCommand : ICommand
|
||||
{
|
||||
/// <summary>
|
||||
/// Action to be performed when this command is executed
|
||||
/// </summary>
|
||||
@@ -72,4 +78,4 @@ namespace GuiWPF {
|
||||
this.executionAction(parameter);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user