Exemple #1
0
 void Start()
 {
     DontDestroyOnLoad(this.gameObject);
     messageList = new List <MessageLine>();
     Instance    = this;
     Application.logMessageReceived += HandleLog;
     setShowReload(false);
 }
        public PluginTraceViewer()
        {
            InitializeComponent();
            var theme = new VS2015LightTheme();

            dockContainer.Theme = theme;
            gridControl         = new GridControl(this);
            filterControl       = new FilterControl(this);
            statsControl        = new StatsControl(this);
            traceControl        = new TraceControl();
            exceptionControl    = new ExceptionControl();
        }