From 76f93f093282d72e97894132277d3412b6bf8bea Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 20 九月 2022 13:31:27 +0800
Subject: [PATCH] Merge branch 'Dev-Branch' into dev--wxr

---
 HDL_ON/UI/UI1-Login/LoginPage.cs |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs
index 0892b6e..d1035fb 100644
--- a/HDL_ON/UI/UI1-Login/LoginPage.cs
+++ b/HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -218,7 +218,7 @@
                     //etAccount.Text = "13450425807";//榛勭婧� knx椤圭洰
                     etAccount.Text = "18244942707";
                     etAccount.Text = "tf@smarttech.com.ua";
-                    etAccount.Text = "13418062953";
+                    etAccount.Text = "15871702179";
                 }
                 else
                 {
@@ -251,7 +251,7 @@
                     //etAccount.Text = "s.savinov@hdlautomation.ru";
                 }
                 b = !b;
-                etPassword.Text = "123456";
+                etPassword.Text = "qunhui105113";
                 if(etAccount.Text == "13418062953")
                 {
                     etPassword.Text = "a123456";
@@ -541,9 +541,16 @@
             };
             bodyView.AddChidren(btnDomeLogin);
 
-            if(Language.CurrentLanguage!= "Chinese")
+            if (Language.CurrentLanguage != "Chinese")
             {
-                btnDomeLogin.Text = "Tourist experience";
+                if (Language.CurrentLanguage == "russian")
+                {
+                    btnDomeLogin.Text = "袚芯褋褌械胁芯泄 褉械卸懈屑";
+                }
+                else
+                {
+                    btnDomeLogin.Text = "Tourist experience";
+                }
             }
 
             btnDomeLogin.MouseUpEventHandler = (sender, e) => {

--
Gitblit v1.8.0