Example #1
0
 //Activates the Filewatcher
 public static void activateFileWatcher()
 {
     handHistoryWatcher          = new HandHistoryWatcher(System.Environment.SpecialFolder.LocalApplicationData, "PokerStars", "HandHistory");
     handHistoryWatcher.Changed += getInformationAndPassItToHUD;
 }
Example #2
0
 //Activates the Filewatcher
 public static void activateFileWatcher()
 {
     handHistoryWatcher          = new HandHistoryWatcher(System.Environment.SpecialFolder.MyDocuments, "888poker", "HandHistory");
     handHistoryWatcher.Changed += getInformationAndPassItToHUD;
 }