Bugzilla – Attachment 414480 Details for
Bug 672154
Document formatter doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
The file in the screencast.
DLNAServer.cs (text/plain), 754 bytes, created by
Bojan Rajkovic
on 2011-02-16 17:49:34 UTC
(
hide
)
Description:
The file in the screencast.
Filename:
MIME Type:
Creator:
Bojan Rajkovic
Created:
2011-02-16 17:49:34 UTC
Size:
754 bytes
patch
obsolete
>// >// Author: >// Bojan Rajkovic bojan@airpoweranalytics.com >// >// Copyright (c) 2011, Air Power Analytics, Inc. >// >// All rights reserved. >// >// > >using System; > >namespace Server >{ > class DLNAServer > { > static Boolean isDevelopmentEnvironment; > > static DLNAServer () { > var dlnaEnvironment = Environment.GetEnvironmentVariable ("DLNA_ENVIRONMENT"); > if (dlnaEnvironment == null || !dlnaEnvironment.Equals ("development")) isDevelopmentEnvironment = false; > else if (dlnaEnvironment.Equals ("development")) isDevelopmentEnvironment = true; > } > > public static boolean IsDevelopmentEnviroment { > get { return isDevelopmentEnvironment; } > } > > public static void Main (string[] args) > { > Console.WriteLine ("Hello World!"); > } > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 672154
:
414183
|
414454
|
414470
| 414480 |
414887
|
414888