Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. using mazee.Properties;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.ComponentModel;
  5. using System.Data;
  6. using System.Drawing;
  7. using System.Linq;
  8. using System.Text;
  9. using System.Threading.Tasks;
  10. using System.Windows.Forms;
  11.  
  12.  
  13.  
  14. Bitmap b = new Bitmap(Resources.ninja);
  15. this.Cursor = CustomCursor.CreateCursor(b, b.Height / 2, b.Width / 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement