~cbehrens/openstack-guest-agents/lp764221

« back to all changes in this revision

Viewing changes to src/xenserver/windows/src/Rackspace.Cloud.Server.Agent.Service/AgentService.Designer.cs

  • Committer: Antony Messerli
  • Date: 2011-03-02 21:56:51 UTC
  • Revision ID: amesserl@rackspace.com-20110302215651-0clqh49spumg13c6
Initial commit Rackspace Windows Guest Agent

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace Rackspace.Cloud.Server.Agent.Service
 
2
{
 
3
    partial class AgentService
 
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
            // AgentService
 
33
            // 
 
34
            this.ServiceName = "AgentService";
 
35
 
 
36
        }
 
37
 
 
38
        #endregion
 
39
 
 
40
    }
 
41
}
 
 
b'\\ No newline at end of file'