Esempio n. 1
0
    public int ThirdPartyMethodTwo()
    {
        ThirdPartyV1 obj = new ThirdPartyV1();

        return(obj.ThirdPartyMethodTwo());
    }
Esempio n. 2
0
    public void ThirdPartyMethodOne()
    {
        ThirdPartyV1 obj = new ThirdPartyV1();

        obj.ThirdPartyMethodOne();
    }
Esempio n. 3
0
    public int ThirdPartyMethodTwo()
    {
        ThirdPartyV1 obj = new ThirdPartyV1();

        obj.ThirdPartyMethodTwo();
    }