Use CSharpier

This commit is contained in:
Tyrrrz
2023-08-22 21:17:19 +03:00
parent c410e745b1
commit 20f58963a6
174 changed files with 11084 additions and 10670 deletions

View File

@@ -6,4 +6,4 @@ public partial class DashboardView
{
InitializeComponent();
}
}
}

View File

@@ -8,7 +8,10 @@ public partial class RevealablePasswordBox
nameof(Password),
typeof(string),
typeof(RevealablePasswordBox),
new FrameworkPropertyMetadata(string.Empty, FrameworkPropertyMetadataOptions.BindsTwoWayByDefault)
new FrameworkPropertyMetadata(
string.Empty,
FrameworkPropertyMetadataOptions.BindsTwoWayByDefault
)
);
public static readonly DependencyProperty IsRevealedProperty = DependencyProperty.Register(
@@ -34,4 +37,4 @@ public partial class RevealablePasswordBox
{
InitializeComponent();
}
}
}

View File

@@ -6,4 +6,4 @@ public partial class ExportSetupView
{
InitializeComponent();
}
}
}

View File

@@ -6,4 +6,4 @@ public partial class MessageBoxView
{
InitializeComponent();
}
}
}

View File

@@ -14,4 +14,4 @@ public partial class SettingsView
private void DarkModeToggleButton_OnUnchecked(object sender, RoutedEventArgs args) =>
App.SetLightTheme();
}
}

View File

@@ -6,4 +6,4 @@ public partial class RootView
{
InitializeComponent();
}
}
}