Beispiel #1
0
    public static IntPtr OnDetachMethod()
    {
        try
        {
            HmTSDefineJumpForm.StopTSServer();
        }
        catch (Exception e)
        {
            System.Diagnostics.Trace.WriteLine(e.Message);
        }

        return((IntPtr)1);
    }
Beispiel #2
0
    public static IntPtr ReferencesList()
    {
        try
        {
            HmTSDefineJumpForm.StartTSServer();
            HmTSDefineJumpForm.CommandDelegate dlgQueryCommandd = HmTSDefineJumpForm.ReferencesMessage;
            HmTSDefineJumpForm.QueryCommand(dlgQueryCommandd);
        }
        catch (Exception e)
        {
            System.Diagnostics.Trace.WriteLine(e.Message);
        }

        return((IntPtr)1);
    }