Merge pull request #4 from microsoft/master

Upd
This commit is contained in:
Adrià Ariste 2020-03-25 17:38:14 +01:00 коммит произвёл GitHub
Родитель d39660c8a3 9e47e79667
Коммит 8c3a547dfa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -1392,7 +1392,7 @@ namespace LCS.Forms
this.Close();
}
private void LoginToLCSMenuItem_Click(object sender, EventArgs e)
public void LoginToLCSMenuItem_Click(object sender, EventArgs e)
{
WebBrowserHelper.FixBrowserVersion();
using var form = new Login();

Просмотреть файл

@ -18,6 +18,7 @@ namespace LCS
var mainForm = GetMainForm();
mainForm.Cursor = Cursors.Default;
mainForm.SetLoginButtonEnabled();
mainForm.LoginToLCSMenuItem_Click(null, null);
break;
default:

Просмотреть файл

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.28.0.0")]
[assembly: AssemblyFileVersion("0.28.0.0")]
[assembly: AssemblyVersion("0.29.0.0")]
[assembly: AssemblyFileVersion("0.29.0.0")]