1234567891011121314151617181920212223 |
- using System;
- using System.Windows.Forms;
- using DevExpress.XtraEditors;
-
- using System.IO;
- using System.Diagnostics;
- namespace Uninpho.Tools
- {
- public partial class NewTask : DevExpress.XtraEditors.XtraForm
- {
- private bool taskPedding = false;
- public NewTask()
- {
- InitializeComponent();
-
- }
-
- }
- }
|