add sf code
This commit is contained in:
parent
45e6f65360
commit
4d9d3319ab
@ -33,6 +33,15 @@ namespace Zerolauncher.dialog
|
|||||||
edit_pwd.Password = acc.userPWD;
|
edit_pwd.Password = acc.userPWD;
|
||||||
edit_nick.Text = acc.nickName;
|
edit_nick.Text = acc.nickName;
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
|
// 私服用
|
||||||
|
if (ServicesStaticInfo.ServicesName.Length == 1)
|
||||||
|
{
|
||||||
|
cb_pid.SelectedIndex = 1;
|
||||||
|
edit_sid.Text = "1";
|
||||||
|
cb_pid.IsEditable = false;
|
||||||
|
edit_sid.IsEnabled = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void PasswordBox_PasswordChanged(object sender, RoutedEventArgs e)
|
private void PasswordBox_PasswordChanged(object sender, RoutedEventArgs e)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user