update man
This commit is contained in:
@@ -49,6 +49,7 @@ namespace Lux.UI.Components.Compo.Admin
|
||||
|
||||
private int currPage = 1;
|
||||
private VocabolarioModel? editRec = null;
|
||||
private VocabolarioModel? currRec = null;
|
||||
private bool isLoading = false;
|
||||
private List<VocabolarioModel> ListPaged = new();
|
||||
private int numRecord = 10;
|
||||
@@ -61,6 +62,7 @@ namespace Lux.UI.Components.Compo.Admin
|
||||
|
||||
private void DoCancel()
|
||||
{
|
||||
currRec = null;
|
||||
editRec = null;
|
||||
}
|
||||
|
||||
@@ -70,7 +72,7 @@ namespace Lux.UI.Components.Compo.Admin
|
||||
}
|
||||
private void DoSelect(VocabolarioModel selRec)
|
||||
{
|
||||
editRec = editRec == null || editRec.Lemma != selRec.Lemma ? selRec : null;
|
||||
currRec = selRec;
|
||||
}
|
||||
|
||||
private async Task DoSave()
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.1.2606.0411
|
||||
1.1.2606.0412
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>1.1.2606.0411</version>
|
||||
<version>1.1.2606.0412</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
|
||||
Reference in New Issue
Block a user