-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Agora é possivel alternar entre o modo tela cheia ao precionar o botã…
…o f11
- Loading branch information
Kairo Martins
committed
Oct 20, 2023
1 parent
cd5c470
commit 95debf0
Showing
5 changed files
with
58 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="cef.redist.x64" version="108.4.13" targetFramework="net472" /> | ||
<package id="cef.redist.x86" version="108.4.13" targetFramework="net472" /> | ||
<package id="CefSharp.Common" version="108.4.130" targetFramework="net472" /> | ||
<package id="CefSharp.Wpf" version="108.4.130" targetFramework="net472" /> | ||
<package id="ControlzEx" version="5.0.2" targetFramework="net472" /> | ||
<package id="MahApps.Metro" version="2.4.9" targetFramework="net472" /> | ||
<package id="MaterialDesignColors" version="2.0.9" targetFramework="net472" /> | ||
<package id="MaterialDesignThemes" version="4.6.1" targetFramework="net472" /> | ||
<package id="MaterialDesignThemes.MahApps" version="0.2.5" targetFramework="net472" /> | ||
<package id="cef.redist.x64" version="117.2.4" targetFramework="net472" /> | ||
<package id="cef.redist.x86" version="117.2.4" targetFramework="net472" /> | ||
<package id="CefSharp.Common" version="117.2.40" targetFramework="net472" /> | ||
<package id="CefSharp.Wpf" version="117.2.40" targetFramework="net472" /> | ||
<package id="ControlzEx" version="6.0.0" targetFramework="net472" /> | ||
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.39" targetFramework="net472" /> | ||
</packages> |