blob: 5ac9994958545c9c43b3ee0585bcb7fd84efc1a7 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="EntityFramework" version="6.2.0" targetFramework="net461" />
<package id="FluentFTP" version="19.1.2" targetFramework="net46" />
<package id="Ionic.Zip" version="1.9.1.8" targetFramework="net46" />
</packages>
.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Tango.PPC.Common;
namespace Tango.PPC.Jobs.ViewContracts
{
public interface IJobsView : IPPCView
{
void ScrollToTop();
}
}
|