예제 #1
0
        public static bool TestMe()
        {
            var helper = new PostMSI.UsedFromWPF();

            try
            {
                helper.Get(null);
                return(false); //failed
            }
            catch
            {
                return(true); // success
            }
        }
예제 #2
0
    public static bool TestMe()
    {
      var helper = new PostMSI.UsedFromWPF();

      try
      {
        helper.Get(null);
        return false; //failed
      }
      catch
      {
        return true; // success
      }
    }