Format:
Recent snippets matching tags of Progress
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Soneta.Types; using Soneta.Business; using Soneta.Business.App; using Soneta.Tools; using Soneta.Forms; using System.Windows.Forms;
34 Views
no comments
public class ConsoleSpinner { const int MaxSegmentIndex = 3; readonly char[] _segments = new [] { '\\', '|', '/', '-'}; readonly int _left; readonly int _top; int _curIndex;
477 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
