Changed default namespace to OpenTK.Examples.

This commit is contained in:
the_fiddler 2009-08-25 15:38:50 +00:00
parent bdb052201d
commit 501e690c85
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ using System.Drawing;
using System.Drawing.Text; using System.Drawing.Text;
using System.Reflection; using System.Reflection;
using System.Windows.Forms; using System.Windows.Forms;
using Examples.Properties; using OpenTK.Examples.Properties;
namespace Examples namespace Examples
{ {

View file

@ -1,14 +1,14 @@
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
// <auto-generated> // <auto-generated>
// This code was generated by a tool. // This code was generated by a tool.
// Runtime Version:2.0.50727.3074 // Runtime Version:2.0.50727.4918
// //
// Changes to this file may cause incorrect behavior and will be lost if // Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated. // the code is regenerated.
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace Examples.Properties { namespace OpenTK.Examples.Properties {
using System; using System;
@ -39,7 +39,7 @@ namespace Examples.Properties {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Examples.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("OpenTK.Examples.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;