Tango/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/e06b6bcd9071001a1f70833eb9ed7011, branch software Twine softwares http://git.tvcloud.fr/Tango/atom/Software/.metadata/.plugins/org.eclipse.core.resources/.history/68/e06b6bcd9071001a1f70833eb9ed7011?h=software 2020-04-21T11:20:21Z WHS: Add checksum calculation for shinko protocol 2020-04-21T11:20:21Z Avi Levkovich avi@twine-s.com 2020-04-21T11:20:21Z urn:sha1:7fe23e68512e2462de107e76ae3a92ddd381ac77 update stub new head I/O (0x0EAD) 2020-03-29T09:31:05Z Avi Levkovich avi@twine-s.com 2020-03-29T09:31:05Z urn:sha1:5251d2c965721082f3f206b95a4e5c6c5180cd43
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;

namespace Tango.Scripting.Editors.Intellisense
{
    public abstract class CompletionItemPopupControl : Control
    {

    }
}