Ejemplo n.º 1
0
 public static void TestForm()
 {
     using (Form f = new StatusPanelTestForm())
     {
         f.BackColor = Color.FromArgb(0xFF, 0xFF, 0xFF);
         f.ShowDialog();
     }
 }
Ejemplo n.º 2
0
 public static void TestForm()
 {
     using (Form f = new StatusPanelTestForm())
     {
         f.BackColor = Color.FromArgb(0xFF, 0xFF, 0xFF);
         f.ShowDialog();
     }
 }