[NF] Umbenennung zu IoTBot Namespace
This commit is contained in:
parent
afcdb8e1ad
commit
cc02def990
@ -2,8 +2,8 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using BlubbFish.Utils;
|
using BlubbFish.Utils;
|
||||||
using Dashboard.Connector;
|
using IoTBot.Connector;
|
||||||
using Dashboard.Sensor;
|
using IoTBot.Sensor;
|
||||||
using Dashboard.Tracings;
|
using Dashboard.Tracings;
|
||||||
|
|
||||||
namespace Dashboard {
|
namespace Dashboard {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Dashboard.Sensor;
|
using IoTBot.Sensor;
|
||||||
|
|
||||||
namespace Dashboard.Tracings {
|
namespace Dashboard.Tracings {
|
||||||
public abstract class ATracings {
|
public abstract class ATracings {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Dashboard.Sensor;
|
using IoTBot.Sensor;
|
||||||
using OxyPlot;
|
using OxyPlot;
|
||||||
using OxyPlot.Axes;
|
using OxyPlot.Axes;
|
||||||
using OxyPlot.Series;
|
using OxyPlot.Series;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Dashboard.Sensor;
|
using IoTBot.Sensor;
|
||||||
using System;
|
using System;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Dashboard.Sensor;
|
using IoTBot.Sensor;
|
||||||
|
|
||||||
namespace Dashboard.Tracings {
|
namespace Dashboard.Tracings {
|
||||||
class Powermeter : Meter {
|
class Powermeter : Meter {
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Dashboard.Connector;
|
using IoTBot.Connector;
|
||||||
using Dashboard.Sensor;
|
using IoTBot.Sensor;
|
||||||
|
|
||||||
namespace Dashboard.Tracings {
|
namespace Dashboard.Tracings {
|
||||||
class Switcher : ATracings {
|
class Switcher : ATracings {
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user