Exemplo n.º 1
0
 public static void Main()
 {
     using (MouseCursorSimple example = new MouseCursorSimple())
     {
         // Get the title and category  of this example using reflection.
         Utilities.SetWindowTitle(example);
         example.Run(30.0, 0.0);
     }
 }
Exemplo n.º 2
0
 public static void Main()
 {
     using (MouseCursorSimple example = new MouseCursorSimple())
     {
         // Get the title and category  of this example using reflection.
         Utilities.SetWindowTitle(example);
         example.Run(30.0, 0.0);
     }
 }