mirror of
https://github.com/muskit/MercuryConverter.git
synced 2026-06-02 20:24:26 -07:00
UI work
This commit is contained in:
@@ -7,18 +7,6 @@ using MercuryConverter.Views;
|
||||
|
||||
public partial class MainWindow : Window
|
||||
{
|
||||
public string RunType
|
||||
{
|
||||
get
|
||||
{
|
||||
if (Design.IsDesignMode)
|
||||
{
|
||||
return "In Design!";
|
||||
}
|
||||
return "In Runtime.";
|
||||
}
|
||||
}
|
||||
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -28,7 +16,6 @@ public partial class MainWindow : Window
|
||||
{
|
||||
RequestedThemeVariant = ThemeVariant.Dark;
|
||||
}
|
||||
// LblPlatform.Content = RunType;
|
||||
|
||||
// Setup tab views
|
||||
SelectionControl.Content = new Selection();
|
||||
|
||||
Reference in New Issue
Block a user