Ejemplo n.º 1
0
        private void initialize(string filePath, Workplace workplace)
        {
            Type type = DocumentManager.GetType(Utils.GetExtension(filePath, true));

            initialize(filePath, workplace, type);
        }
Ejemplo n.º 2
0
 /// <summary>
 ///   Opens (instantiates) the referenced SinapseDocument.
 /// </summary>
 public ISinapseDocument Open()
 {
     return(DocumentManager.Open(FullName));
 }