This simple program is used to run log files produced by VwGraphicsCairo (VwGraphics on Linux). It is intended to allow testing of VwGraphics with real world data. Particually in hunting down hard to repoduce crashes involving pango-graphite etc. When a debug build of FieldWorks is run with LOG_VWGRAPHICS set. For example: LOG_VWGRAPHICS=1 mono FieldWorks.exe -app TE
Inheritance: System.Windows.Forms.Form
Exemplo n.º 1
0
        public static void Main(string[] args)
        {
            var form = new VwGraphicsReplayer();

            Application.Run(form);
        }
Exemplo n.º 2
0
		public static void Main(string[] args)
		{
			var form = new VwGraphicsReplayer();

			Application.Run(form);
		}