зеркало из https://github.com/microsoft/2LCS.git
Коммит
8c3a547dfa
|
@ -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")]
|
||||
|
|
Загрузка…
Ссылка в новой задаче