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