Dv
Size: a a a
Dv
Dv
Throw или Lock был публичным, тогда у меня есть более тру решение.Dv
IC
Dv
IC
Dv
Dv
G
static Program()
{
sync = null;
AppDomain.CurrentDomain.UnhandledException += (s, e) => Throw();
}
Dv
static Program()
{
sync = null;
AppDomain.CurrentDomain.UnhandledException += (s, e) => Throw();
}
IC
static Program()
{
sync = null;
AppDomain.CurrentDomain.UnhandledException += (s, e) => Throw();
}
Dv
G
Dv
Dv
Dv
IC
Dv
static Program() {
Throw();
}
class RealProgram {
static void Main(string[] args) {
Program.Lock();
}
}