C#C
C#3y ago
Jana ♡

✅ Help me please guys..

guys my form contain label10 !

the text of the label : Username : (Login !)
string Usertxt = System.IO.File.ReadAllText(@"C:
TrexLauncher Minecraft Bedrock/LoginSystem/Username.TL"
if (File.Exists(Usertxt))
{
label10.Text = Usertxt;
}


after this code the label.text dont change ! please help me guys !
Was this page helpful?