rearrange
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
await Task.Delay(100);
|
||||
await RoslynTest.Analyse("C:/Users/Matthew/Documents/Git/StatusApp/StatusApp.sln");
|
||||
await RoslynTest.Analyse("C:/Users/Matthew/Documents/Git/amazon/ClientPortal.sln");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ public class Program
|
||||
app.MainWindow
|
||||
.SetSize(1400, 800)
|
||||
.SetDevToolsEnabled(true)
|
||||
.SetMaximized(true)
|
||||
//.SetMaximized(true)
|
||||
.SetLogVerbosity(0)
|
||||
//.SetIconFile("favicon.ico")
|
||||
.SetTitle("SharpIDE.Photino");
|
||||
|
||||
Reference in New Issue
Block a user