This commit is contained in:
imaras
2020-02-29 17:44:46 +01:00
committed by GitHub
parent 35591b8399
commit 71b8678649
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ void SetupMyView (View myView)
Y = 2,
Width = 30,
Height = 1
}
};
myView.Add (username);
}
```