mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
Remove cruft
This commit is contained in:
parent
a331157e3a
commit
e4ed6a8bb4
@ -32,19 +32,6 @@ namespace Observatory.UI.ViewModels
|
|||||||
|
|
||||||
this.BasicUIGrid = new();
|
this.BasicUIGrid = new();
|
||||||
this.BasicUIGrid = BasicUIGrid;
|
this.BasicUIGrid = BasicUIGrid;
|
||||||
|
|
||||||
//// Create a timer and set a two second interval.
|
|
||||||
//var aTimer = new System.Timers.Timer();
|
|
||||||
//aTimer.Interval = 2000;
|
|
||||||
|
|
||||||
//// Hook up the Elapsed event for the timer.
|
|
||||||
//aTimer.Elapsed += OnTimedEvent;
|
|
||||||
|
|
||||||
//// Have the timer fire repeated events (true is the default)
|
|
||||||
//aTimer.AutoReset = true;
|
|
||||||
|
|
||||||
//// Start the timer
|
|
||||||
//aTimer.Enabled = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private PluginUI.UIType uiType;
|
private PluginUI.UIType uiType;
|
||||||
@ -58,10 +45,5 @@ namespace Observatory.UI.ViewModels
|
|||||||
this.RaisePropertyChanged(nameof(UIType));
|
this.RaisePropertyChanged(nameof(UIType));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnTimedEvent(object sender, System.Timers.ElapsedEventArgs e)
|
|
||||||
{
|
|
||||||
basicUIGrid.Count();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user