dotnet format

This commit is contained in:
PercyDan54 2020-11-24 18:25:38 +08:00
parent 7ab27399bf
commit 739c18a34d
No known key found for this signature in database
GPG Key ID: 6AEA7C525131BAF3
1 changed files with 8 additions and 8 deletions

View File

@ -135,14 +135,14 @@ private void load(Storage storage)
{
new TriangleButton
{
Text = "Import",
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
RelativeSizeAxes = Axes.X,
Height = 50,
Width = 0.9f,
Action = () =>
{
Text = "Import",
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
RelativeSizeAxes = Axes.X,
Height = 50,
Width = 0.9f,
Action = () =>
{
var d = currentFile.Value?.FullName;
if (d != null)
startImport(d);