資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?Alert
{
public?static?class?Constants
{
///?
///?整點提醒
///?
public?static?bool?IsHourAlert?=?true;
///?
///?半點提醒
///?
public?static?bool?IsHalfHourAlert?=?true;
///?
///?是否有聲音提示
///?
public?static?bool?IsSound?=?true;
///?
///?提醒列表
///?
public?static?List?AlertList?=?new?List();
}
public?class?TimeAlert
{
public?TimeAlert()
{?
}
//指定時間提醒
public?TimeAlert(string?message?SplitTypeEnum?splitType?DateTime?alertTime)
{
if?(alertTime? {
return;
}
this.Message?=?message;
this.AlertTime?=
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4188??2012-01-20?16:52??Alert\Alert\Alert.csproj
?????文件??????10134??2012-01-20?09:37??Alert\Alert\App.ico
?????文件??????81920??2012-02-01?11:08??Alert\Alert\bin\Debug\Alert.exe
?????文件??????62976??2012-02-01?11:08??Alert\Alert\bin\Debug\Alert.pdb
?????文件???????5632??2005-12-08?14:51??Alert\Alert\bin\Debug\Alert.vshost.exe
?????文件?????????66??2012-01-19?16:12??Alert\Alert\bin\Debug\data.txt
?????文件????????140??2012-02-01?11:09??Alert\Alert\bin\Debug\set.txt
?????文件??????77824??2012-02-01?11:12??Alert\Alert\bin\Release\Alert.exe
?????文件??????58880??2012-02-01?11:12??Alert\Alert\bin\Release\Alert.pdb
?????文件???????5632??2005-12-08?14:51??Alert\Alert\bin\Release\Alert.vshost.exe
?????文件???????1907??2012-01-20?11:19??Alert\Alert\Constants.cs
?????文件???????2792??2012-01-30?10:18??Alert\Alert\frmBalloonTip.cs
?????文件???????9002??2012-01-20?14:12??Alert\Alert\frmBalloonTip.Designer.cs
?????文件???????6012??2012-01-20?14:12??Alert\Alert\frmBalloonTip.resx
?????文件??????14381??2012-02-01?11:07??Alert\Alert\frmMain.cs
?????文件??????21970??2012-01-20?16:31??Alert\Alert\frmMain.Designer.cs
?????文件??????21917??2012-01-20?16:31??Alert\Alert\frmMain.resx
?????文件???????1218??2012-01-20?13:22??Alert\Alert\frmNote.cs
?????文件???????2306??2012-01-19?16:34??Alert\Alert\frmNote.Designer.cs
?????文件???????5814??2012-01-19?16:34??Alert\Alert\frmNote.resx
?????文件???????1864??2012-02-01?11:12??Alert\Alert\obj\Alert.csproj.FileListAbsolute.txt
?????文件???????1128??2012-01-20?16:52??Alert\Alert\obj\Debug\Alert.csproj.GenerateResource.Cache
?????文件??????81920??2012-02-01?11:08??Alert\Alert\obj\Debug\Alert.exe
?????文件????????180??2012-01-20?14:15??Alert\Alert\obj\Debug\Alert.frmBalloonTip.resources
?????文件??????10712??2012-01-20?16:52??Alert\Alert\obj\Debug\Alert.frmMain.resources
?????文件????????180??2012-01-19?16:34??Alert\Alert\obj\Debug\Alert.frmNote.resources
?????文件??????62976??2012-02-01?11:08??Alert\Alert\obj\Debug\Alert.pdb
?????文件??????17336??2012-01-20?16:52??Alert\Alert\obj\Debug\Alert.Properties.Resources.resources
?????文件???????4608??2012-01-20?16:52??Alert\Alert\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件???????1007??2012-01-20?16:53??Alert\Alert\obj\Release\Alert.csproj.GenerateResource.Cache
............此處省略32個文件信息
評論
共有 條評論