Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Changed the coreplot namespace to Coreplot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Clancey committed Jan 7, 2013
1 parent f5152c9 commit 09243c4
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
Binary file modified CorePlot/binding/CorePlotiOS.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion CorePlot/binding/coreplot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
using MonoMac.AppKit;
#endif

namespace MonoMac.CorePlot {
namespace CorePlot {

[BaseType (typeof (NSObject))]
interface CPTAnnotation {
Expand Down
2 changes: 1 addition & 1 deletion CorePlot/binding/enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
using System.Runtime.InteropServices;

namespace MonoMac.CorePlot {
namespace CorePlot {

public enum CPTNumericType {
Integer, Float, Double
Expand Down
2 changes: 1 addition & 1 deletion CorePlot/binding/extras.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System;
using System.Runtime.InteropServices;

namespace MonoMac.CorePlot {
namespace CorePlot {

// Need to flag these as abstract, to avoid an error reported since we are models that inherit from a model
public abstract partial class CPTScatterPlotDataSource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using MonoTouch.Foundation;
using MonoTouch.UIKit;

using MonoTouch.CorePlot;
using CorePlot;

namespace CorePlotiOSSample
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using MonoTouch.Foundation;
using MonoTouch.UIKit;

using MonoTouch.CorePlot;
using CorePlot;

namespace CorePlotiOSSample
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using MonoTouch.Foundation;
using MonoTouch.UIKit;

using MonoTouch.CorePlot;
using CorePlot;

namespace CorePlotiOSSample
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using MonoTouch.Foundation;
using MonoTouch.UIKit;

using MonoTouch.CorePlot;
using CorePlot;

namespace CorePlotiOSSample
{
Expand Down

0 comments on commit 09243c4

Please sign in to comment.