Ejemplo n.º 1
0
        private static string GetLutPath(int round)
        {
            string dataDir = BdsDirHelper.DataDir(Assembly.GetExecutingAssembly());

            return(Path.Combine(dataDir, string.Format("AHVO-{0}.dat", round)));
        }
Ejemplo n.º 2
0
 private static string GetLutPath(int handSize)
 {
     return(Path.Combine(BdsDirHelper.DataDir(Assembly.GetExecutingAssembly()), string.Format("HandValueToOrdinal-{0}.dat", handSize)));
 }
Ejemplo n.º 3
0
        private static string GetLutPath(int round)
        {
            string dataDir = BdsDirHelper.DataDir(Assembly.GetExecutingAssembly());

            return(Path.Combine(dataDir, _lutNames[round]));
        }