initial commit
[CPE_learningsite] / CPE / CPE.App / CPE.App.NotifyService / CPEMonitor.Designer.cs
1 namespace CPE.App.NotifyService
2 {
3     partial class NotifyMonitor
4     {
5         /// <summary> 
6         /// Required designer variable.
7         /// </summary>
8         private System.ComponentModel.IContainer components = null;
9
10         /// <summary>
11         /// Clean up any resources being used.
12         /// </summary>
13         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         protected override void Dispose(bool disposing)
15         {
16             if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             base.Dispose(disposing);
21         }
22
23         #region Component Designer generated code
24
25         /// <summary> 
26         /// Required method for Designer support - do not modify 
27         /// the contents of this method with the code editor.
28         /// </summary>
29         private void InitializeComponent()
30         {
31             // 
32             // NotifyMonitor
33             // 
34             this.CanPauseAndContinue = true;
35             this.CanShutdown = true;
36             this.ServiceName = "CPE Notify Monitor";
37
38         }
39
40         #endregion
41     }
42 }