文件名称:StickyNote:一个简单的便签程序
文件大小:133KB
文件格式:ZIP
更新时间:2024-03-29 02:23:09
C#
便利贴 一个简单的便签程序 项目组成 文件简介 资源文件夹 存放图片文件 MainWindow.xaml(MainWindow.xmal.cs) 主视窗 Setting.xaml(Setting.xaml.cs) 设置主窗口背景颜色和文件颜色 项目组成 . ├── StickyNote │ ├── App.config │ ├── App.xaml │ ├── App.xaml.cs │ ├── bin │ │ ├── Debug │ │ │ ├── StickyNote.exe │ │ │ ├── StickyNote.exe.config │ │ │ └── StickyNote.pdb │ │ └── Release │ │ ├── configure.xml │ │ ├── Stic
【文件预览】:
StickyNote-master
----.gitignore(4KB)
----README.md(3KB)
----StickyNote()
--------App.xaml(351B)
--------template.xml(388B)
--------resources()
--------Setting.xaml(9KB)
--------App.xaml.cs(175B)
--------StickyNote.csproj(6KB)
--------MyMessageBox.xaml(4KB)
--------MainWindow.xaml(20KB)
--------App.config(183B)
--------Setting.xaml.cs(8KB)
--------MyMessageBox.xaml.cs(2KB)
--------Properties()
--------MainWindow.xaml.cs(26KB)
----StickyNote.sln(1KB)
----.gitattributes(2KB)