Gestione errore: hardware non presente per famiglia selezionata
This commit is contained in:
@@ -634,6 +634,7 @@ namespace WebWindowComplex
|
||||
currSplit = -1;
|
||||
currStep = CompileStep.Tree;
|
||||
editLock = false;
|
||||
bError = false;
|
||||
await DoPreviewSvg();
|
||||
}
|
||||
|
||||
@@ -666,6 +667,8 @@ namespace WebWindowComplex
|
||||
{
|
||||
// reset editLock...
|
||||
editLock = false;
|
||||
// reset variabile errori
|
||||
bError = false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -1119,6 +1122,12 @@ namespace WebWindowComplex
|
||||
currStep = CompileStep.Tree;
|
||||
}
|
||||
|
||||
private bool bError = false;
|
||||
private void AddSashToFrame(Frame f)
|
||||
{
|
||||
bError = f.AddSash();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Metodo per scambiare due aree di uno split
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user