Aggiunta area di test e bottone in Aedifica
This commit is contained in:
@@ -2,5 +2,11 @@
|
||||
{
|
||||
public partial class Aedifica
|
||||
{
|
||||
protected string currText = "...";
|
||||
private async Task SaveText(string newText)
|
||||
{
|
||||
currText = newText;
|
||||
await Task.Delay(100);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user