Esempio n. 1
0
        public override bool OpenFile(xdc.Forms.SourceFileForm targetForm, string filename)
        {
            string sourceCode = _client.Source(filename);

            targetForm.LoadSourceAsFile(sourceCode);

            return true;
        }