| 12345678910111213141516171819202122232425262728293031323334 | 
							- using PRSDesktop.WidgetGroups;
 
- using System.Windows.Controls;
 
- namespace PRSDesktop
 
- {
 
-     public class ReadyToGoWidgetProperties : IDashboardProperties { }
 
-     public class ReadyToGoWidgetElement : DashboardElement<ReadyToGoWidget, Logistics, ReadyToGoWidgetProperties> { }
 
-     /// <summary>
 
-     ///     Interaction logic for ReadyToGoWidget.xaml
 
-     /// </summary>
 
-     public partial class ReadyToGoWidget : UserControl, IDashboardWidget<Logistics, ReadyToGoWidgetProperties>
 
-     {
 
-         public ReadyToGoWidget()
 
-         {
 
-             InitializeComponent();
 
-         }
 
-         public ReadyToGoWidgetProperties Properties { get; set; }
 
-         public void Refresh()
 
-         {
 
-         }
 
-         public void Setup()
 
-         {
 
-         }
 
-         public void Shutdown()
 
-         {
 
-         }
 
-     }
 
- }
 
 
  |