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