mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
Update MPN00BS
This commit is contained in:
parent
f12e930538
commit
9294ec11a7
6 changed files with 34 additions and 19 deletions
|
@ -2,11 +2,15 @@ using Avalonia;
|
|||
using Avalonia.Controls;
|
||||
using Avalonia.Controls.ApplicationLifetimes;
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace MPN00BS
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
|
||||
|
||||
|
||||
// Initialization code. Don't use any Avalonia, third-party APIs or any
|
||||
// SynchronizationContext-reliant code before AppMain is called: things aren't initialized
|
||||
// yet and stuff might break.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue