Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
Corregido shortcut en inicio
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndr-rl committed May 10, 2021
1 parent bdd2207 commit 0789e85
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Binary file modified .vs/lxMeets/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public lxMeets()
}
if (Properties.Settings.Default.FirstRun)
{
lxMessageBox.Show("La aplicación corre en segundo plano incluso cuando se presiona X\n\nPuede usar el atajo (Ctrl Alt -) para abrir la clase actual.\n\nLas alertas se muestran 5 minutos antes de una clase y al empezar la clase.\n\nLa aplicación se abre al iniciar windows", "lxMeets " + Properties.Settings.Default.Version, lxMessageBox.Buttons.OK, lxMessageBox.Icon.Warning, lxMessageBox.AnimateStyle.FadeIn).ToString();
lxMessageBox.Show("La aplicación corre en segundo plano incluso cuando se presiona X\n\nPuede usar el atajo (Ctrl Alt Shift) para abrir la clase actual.\n\nLas alertas se muestran 5 minutos antes de una clase y al empezar la clase.\n\nLa aplicación se abre al iniciar windows", "lxMeets " + Properties.Settings.Default.Version, lxMessageBox.Buttons.OK, lxMessageBox.Icon.Warning, lxMessageBox.AnimateStyle.FadeIn).ToString();
string cedula = lxMessageInputBox.ShowDialog("Ingresar número de cédula", "Ingresar número de cédula");

while ((cedula.Length < 9 && cedula.Length > 0) || !Regex.IsMatch(cedula, @"^\d+$"))
Expand Down
2 changes: 1 addition & 1 deletion Properties/PublishProfiles/lxndrDEV.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<History>True|2021-05-10T13:40:28.3219706Z;True|2021-05-08T21:31:39.5953662-05:00;True|2021-05-08T21:29:27.1635687-05:00;True|2021-05-08T21:25:46.8485003-05:00;True|2021-05-04T16:25:44.1036092-05:00;False|2021-05-04T16:02:34.8255508-05:00;False|2021-05-04T15:54:26.6657258-05:00;False|2021-05-04T15:46:33.5600334-05:00;True|2021-05-04T13:38:19.8485683-05:00;</History>
<History>True|2021-05-10T13:52:02.5989312Z;True|2021-05-10T08:40:28.3219706-05:00;True|2021-05-08T21:31:39.5953662-05:00;True|2021-05-08T21:29:27.1635687-05:00;True|2021-05-08T21:25:46.8485003-05:00;True|2021-05-04T16:25:44.1036092-05:00;False|2021-05-04T16:02:34.8255508-05:00;False|2021-05-04T15:54:26.6657258-05:00;False|2021-05-04T15:46:33.5600334-05:00;True|2021-05-04T13:38:19.8485683-05:00;</History>
</PropertyGroup>
</Project>
Binary file modified bin/Release/netcoreapp3.1/lxMeets.dll
Binary file not shown.
Binary file modified bin/Release/netcoreapp3.1/lxMeets.pdb
Binary file not shown.
Binary file modified bin/Release/netcoreapp3.1/win-x86/lxMeets.dll
Binary file not shown.
Binary file modified bin/Release/netcoreapp3.1/win-x86/lxMeets.pdb
Binary file not shown.
Binary file modified obj/Release/netcoreapp3.1/lxMeets.csprojAssemblyReference.cache
Binary file not shown.
Binary file modified obj/Release/netcoreapp3.1/lxMeets.dll
Binary file not shown.
Binary file modified obj/Release/netcoreapp3.1/lxMeets.pdb
Binary file not shown.
Binary file modified obj/Release/netcoreapp3.1/win-x86/linked/lxMeets.dll
Binary file not shown.
Binary file modified obj/Release/netcoreapp3.1/win-x86/lxMeets.dll
Binary file not shown.
Binary file modified obj/Release/netcoreapp3.1/win-x86/lxMeets.pdb
Binary file not shown.

0 comments on commit 0789e85

Please sign in to comment.