public void Init(PainterApp pa) { Tracing.StartMethodTrace(); this.m_painter = pa; Tracing.EndMethodTrace(); }
public void Init (PainterApp pa ) { Tracing.StartMethodTrace(); this.m_painter = pa; Tracing.EndMethodTrace(); }
public static int GetPainter8Window() { int h = PainterApp.FindPainter8Window(); if (h == 0) { throw new Errors.WindowNotFoundError(err_window_not_found); } return(h); }
public ConverterEngine(PainterApp pa) { Tracing.StartMethodTrace(); this.Init(pa); Tracing.EndMethodTrace(); }
public WaitOnDocumentCount( int desired_count, PainterApp app ) { this.m_desired_count=desired_count; this.m_app = app; this.docs=null; }
public WaitForDialogToCloseObj( PainterApp app , int ab) { this.m_app = app; this.m_ab=ab; }
public WaitForDialogToAppearObj( PainterApp app , string t) { this.m_app = app; this.m_dialog_window_text =t; this.m_found_dialog=0; }
public WaitOnDocumentCount(int desired_count, PainterApp app) { this.m_desired_count = desired_count; this.m_app = app; this.docs = null; }
public WaitForDialogToCloseObj(PainterApp app, int ab) { this.m_app = app; this.m_ab = ab; }
public WaitForDialogToAppearObj(PainterApp app, string t) { this.m_app = app; this.m_dialog_window_text = t; this.m_found_dialog = 0; }
public PainterApp(Delegates.LogCallback logcb) { this.m_painter = PainterApp.GetPainter8Window(); this.m_log_cb = logcb; }
public ConverterEngine(PainterApp pa ) { Tracing.StartMethodTrace(); this.Init( pa ); Tracing.EndMethodTrace(); }