Пример #1
0
    public int ThirdPartyMethodTwo()
    {
        ThirdPartyV1 obj = new ThirdPartyV1();

        return(obj.ThirdPartyMethodTwo());
    }
Пример #2
0
    public void ThirdPartyMethodOne()
    {
        ThirdPartyV1 obj = new ThirdPartyV1();

        obj.ThirdPartyMethodOne();
    }
Пример #3
0
    public int ThirdPartyMethodTwo()
    {
        ThirdPartyV1 obj = new ThirdPartyV1();

        obj.ThirdPartyMethodTwo();
    }