Add Generate button
This commit is contained in:
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace ExeLauncher.GUI
|
||||
{
|
||||
public record ApplicationModel : INotifyPropertyChanged
|
||||
public class ApplicationModel : INotifyPropertyChanged
|
||||
{
|
||||
private int _number = 1;
|
||||
public int Number
|
||||
@@ -70,7 +70,7 @@ namespace ExeLauncher.GUI
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangedEventHandler? PropertyChanged;
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
|
||||
private void NotifyPropertyChanged([CallerMemberName] string propertyName = "")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user