public class MainForm : Form
{
private bool _allowTimePlanWork;
private Dictionary<string, string> _articleDic;
private int _articleNewsCount;
private int _downloadCount;
private int _invTime;
private DateTime _nextWorkTime;
private readonly NotifyIcon _notifyIcon = new NotifyIcon();
private BackgroundWorker _parseWorker;
private Dictionary<string, string> _subDic;
private int _subNewsCount;
private BackgroundWorker _timeWoker;
private Button button_CleanAll;
private Button button_Close;
private Button button_Do;
private Button button_KeyWords;
private IContainer components;
private GroupBox groupBox2;
private GroupBox groupBox3;
private Label label_note;
private Label label_Time;
private Label label1;
private Label label2;
private LogInvoke logInvoke;
private NoteInvoke noteInvoke;
private RadioButton radioButton_1;
private RadioButton radioButton_16;
private RadioButton radioButton_2;
private RadioButton radioButton_24;
private RadioButton radioButton_4;
private RadioButton radioButton_48;
private RadioButton radioButton_8;
private RichTextBox richTextBox_Log;
public event StateChangeEvent StateChange;
2019-03-18
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读更多精彩内容
- 转眼就第9周的周记了,今年已经即将走完第三个月,时光飞快,但是周六效能大会回顾的时候才发现,要完成本年的任务,确实...