BusynessNotification

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e150ca35336ed45567d34a5daa4604bbde05a5fc
parent b590340ede1594729673a50a4afa75c5371f1f0c
Author: Minerva_juppiter <ryouturn@gmail.com>
Date:   Mon, 18 Mar 2024 21:45:02 +0900

通知のアイコンを表示

Diffstat:
ABussynessNotificaionIcon.ico | 0
MBusynessNotification.csproj | 9++++++++-
MObserveUseage.cs | 3---
MREADME.md | 10++++++++--
4 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/BussynessNotificaionIcon.ico b/BussynessNotificaionIcon.ico Binary files differ. diff --git a/BusynessNotification.csproj b/BusynessNotification.csproj @@ -6,7 +6,8 @@ <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <UseWPF>true</UseWPF> - <UseWindowsForms>true</UseWindowsForms>  + <UseWindowsForms>true</UseWindowsForms> + <ApplicationIcon>BussynessNotificaionIcon.ico</ApplicationIcon>  </PropertyGroup> <ItemGroup> @@ -14,6 +15,12 @@ </ItemGroup> <ItemGroup> + <Content Include="BussynessNotificaionIcon.ico"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + </ItemGroup> + + <ItemGroup> <Reference Include="System.Windows.Forms"> <SpecificVersion>False</SpecificVersion> <EmbedInteropTypes>True</EmbedInteropTypes> diff --git a/ObserveUseage.cs b/ObserveUseage.cs @@ -78,9 +78,6 @@ namespace BusynessNotification { await Task.Run(() => { - - Debug.WriteLine(performanceCounterRAM.NextValue().ToString()); - if (performanceCounterRAM.NextValue() <= MemorySlider) { flagMemory++; diff --git a/README.md b/README.md @@ -3,6 +3,8 @@ HDDVXehCuɂPCX^[gAbvAvPCɑ΂čłʓIɓ܂B ܂ÃAv풓邱ƂŁA삪dȂۂɂǂ̃\[XJׂʒmĂ@\lj\łB +ȉAJ + _[Ne[}Ql:https://zenn.dev/apterygiformes/books/470ba1042dfbef/viewer/b798d6 to ModernWpfUI @@ -33,4 +35,8 @@ MainWindow https://windev.just4fun.biz/?WPF/%E8%B5%B7%E5%8B%95%E3%81%97%E3%81%A6%E3%82%82MainWindow%E3%82%92%E8%A1%A8%E7%A4%BA%E3%81%97%E3%81%9F%E3%81%8F%E3%81%AA%E3%81%84%E5%A0%B4%E5%90%88 ʒm -https://zenn.dev/ambleside138/articles/75e7f8fdcf4fdc- \ No newline at end of file +https://zenn.dev/ambleside138/articles/75e7f8fdcf4fdc + +ACR̐ݒ +https://it-skill-memo.work/2019/08/17/%E3%80%90wpf%E3%80%91%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E3%82%92%E8%A8%AD%E5%AE%9A%E3%81%99%E3%82%8B/ +ʒmɕ\AvP[ṼACŔuRecv^XNgĈ̂́u\[XvƂĕʁX̃t@CƂĕۑĂB+ \ No newline at end of file