Example #1
0
 private MouseCursor[] LoadUpgradeCursors(string path, int maxStars)
 {
     return(CurLoader.LoadUpgradeCursors(GD, File.Open(path, FileMode.Open, FileAccess.Read, FileShare.Read), maxStars));
 }