1
0

Program.cs 289 B

123456789
  1. namespace AvaloniaPlug;
  2. class Program
  3. {
  4. // Initialization code. Don't use any Avalonia, third-party APIs or any
  5. // SynchronizationContext-reliant code before AppMain is called: things aren't initialized
  6. // yet and stuff might break.
  7. private static string test = "23";
  8. }