public Form1() { InitializeComponent(); Ana a1 = new Ana(); a1.draw(); a1 = null; }
static void Main() { Ana a = new Ana(10, 11); a.draw(); }