Changed default namespace to OpenTK.Examples.

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

View file

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

View file

@ -1,14 +1,14 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Examples.Properties {
namespace OpenTK.Examples.Properties {
using System;
@ -39,7 +39,7 @@ namespace Examples.Properties {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;