public DocumentController()
 {
     SliceOfPie.Controller.IsWebController = true;
     controller = SliceOfPie.Controller.Instance;
 }
Exemple #2
0
 public DocumentController()
 {
     SliceOfPie.Controller.IsWebController = true;
     controller = SliceOfPie.Controller.Instance;
 }
Exemple #3
0
 public FolderController()
 {
     SliceOfPie.Controller.IsWebController = true;
     controller = SliceOfPie.Controller.Instance;
 }
        private Document _document; //backing field

        #endregion Fields

        #region Constructors

        /// <summary>
        /// Creates a Text Editor with the functionality to show and edit Documents
        /// For content to be shown, the Document property must be set.
        /// </summary>
        public TextEditor()
        {
            InitializeComponent();
            controller = Controller.Instance;
        }
Exemple #5
0
 public ProjectController()
 {
     SliceOfPie.Controller.IsWebController = true;
     controller = SliceOfPie.Controller.Instance;
 }
 public ProjectController()
 {
     SliceOfPie.Controller.IsWebController = true;
     controller = SliceOfPie.Controller.Instance;
 }
 public FolderController()
 {
     SliceOfPie.Controller.IsWebController = true;
     controller = SliceOfPie.Controller.Instance;
 }