Exemplo n.º 1
0
 public static void SetBreakPoint(string strPoint)
 {
     LT_Instance.SetBreakPoint(strPoint);
 }
Exemplo n.º 2
0
        public static void SetBreakPoint(int type)
        {
            var state = (POINT_STATE)type;

            LT_Instance.SetBreakPoint(state);
        }