Включил я его через свойства формы. И изменил FormBorderStyle
public async void Timer()
{
while (true)
{
this.Update();
this.Invalidate(false);
}
}
private void Form1_Paint(object sender, PaintEventArgs e)
{
//код для рисовки
}
<meta http-equiv="Content-Security-Policy" content=" child-src 'self' *.allwebgames.com *.playhop.com *.yandex.az *.yandex.by">
то-есть чтобы https://game-analytics.ru не было. Но при этом работало в iframe System.BadImageFormatException: "Could not load file or assembly 'System.Windows.Forms, Version=6.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Reference assemblies should not be loaded for execution. They can only be loaded in the Reflection-only loader context. (0x80131058)"