mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 02:05:08 +00:00
cleaned out framework files; added framework submodule; referneced p.core to reference in framework; moved essentials.sln; changed paths in sln to match; test build
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
//using System;
|
||||
//using System.Linq;
|
||||
//using System.Collections.Generic;
|
||||
//using Crestron.SimplSharp;
|
||||
//using Crestron.SimplSharpPro;
|
||||
//using Crestron.SimplSharpPro.DeviceSupport;
|
||||
//using Crestron.SimplSharpPro.UI;
|
||||
|
||||
//using PepperDash.Core;
|
||||
//using PepperDash.Essentials.Core;
|
||||
//using PepperDash.Essentials.Core.SmartObjects;
|
||||
//using PepperDash.Essentials.Core.PageManagers;
|
||||
//using PepperDash.Essentials.Room.Config;
|
||||
|
||||
//namespace PepperDash.Essentials
|
||||
//{
|
||||
// public class EssentialsHuddleVtc1PresentationUiDriver : PanelDriverBase
|
||||
// {
|
||||
// /// <summary>
|
||||
// ///
|
||||
// /// </summary>
|
||||
// EssentialsHuddleVtc1Room CurrentRoom;
|
||||
|
||||
|
||||
// public EssentialsHuddleVtc1PresentationUiDriver(BasicTriListWithSmartObject triList,
|
||||
// EssentialsHuddleVtc1Room room)
|
||||
// : base(triList)
|
||||
// {
|
||||
// CurrentRoom = room;
|
||||
// }
|
||||
|
||||
// /// <summary>
|
||||
// /// Smart Object 3200
|
||||
// /// </summary>
|
||||
// SubpageReferenceList SourceStagingSrl;
|
||||
|
||||
// /// <summary>
|
||||
// /// The AV page mangagers that have been used, to keep them alive for later
|
||||
// /// </summary>
|
||||
// Dictionary<object, PageManager> PageManagers = new Dictionary<object, PageManager>();
|
||||
|
||||
// /// <summary>
|
||||
// /// Current page manager running for a source
|
||||
// /// </summary>
|
||||
// PageManager CurrentSourcePageManager;
|
||||
|
||||
|
||||
// }
|
||||
//}
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user