Exemplo n.º 1
0
        public Github3Plugin()
        {
            SetNameAndDescription("Github");
            Translate();

            if (instance == null)
                instance = this;

            github = new Client();
        }
Exemplo n.º 2
0
        public Github3Plugin()
        {
            Description = "Github";
            Translate();

            if (instance == null)
                instance = this;

            github = new Client();
        }
Exemplo n.º 3
0
        public Github3Plugin()
        {
            Description = "Github";
            Translate();

            if (instance == null)
            {
                instance = this;
            }

            github = new Client();
        }
Exemplo n.º 4
0
        public Github3Plugin()
        {
            SetNameAndDescription("Github");
            Translate();

            if (instance == null)
            {
                instance = this;
            }

            github = new Client();
        }