private UTMainWindow()
 {
     listData.ContextMenuHandler = this;
     listData.ExecutionListener = this;
     renderer = new UTAutomationPlanListItemRenderer();
     #if UTOMATE_DEMO
     title = "uTomate Demo";
     #else
     title = "uTomate";
     #endif
 }
Exemplo n.º 2
0
    private UTMainWindow()
    {
        listData.ContextMenuHandler = this;
        listData.ExecutionListener  = this;
        renderer = new UTAutomationPlanListItemRenderer();
#if UTOMATE_DEMO
        title = "uTomate Demo";
#else
        title = "uTomate";
#endif
    }