Open Windows Form from nunit test

[Test]
public void Test()
{
    var form = new Form1();
    Application.Run(form);
}

Comments

Popular posts from this blog

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#