コード例 #1
0
ファイル: Service.cs プロジェクト: pmq20/mono_forked
        public Service()
        {
            extensions = new ServiceDescriptionFormatExtensionCollection(this);
#if !NET_2_0
            name = String.Empty;
#endif
            ports = new PortCollection(this);
            serviceDescription = null;
        }
コード例 #2
0
		public Service ()
		{
			extensions = new ServiceDescriptionFormatExtensionCollection (this);
#if !NET_2_0
			name = String.Empty;
#endif
			ports = new PortCollection (this);
			serviceDescription = null;
		}
コード例 #3
0
ファイル: Service.cs プロジェクト: Profit0004/mono
		public Service ()
		{
			extensions = new ServiceDescriptionFormatExtensionCollection (this);
			ports = new PortCollection (this);
			serviceDescription = null;
		}
コード例 #4
0
ファイル: Service.cs プロジェクト: samcf111/unityMono5.5.0
 public Service()
 {
     extensions         = new ServiceDescriptionFormatExtensionCollection(this);
     ports              = new PortCollection(this);
     serviceDescription = null;
 }