using System;
using System.Drawing;
public class Program
{
public static void Main()
var btmp = new Bitmap("Test");
}