public InterQStandalone() { T.DefaultContext.OutputRedirect += DefaultContext_OutputRedirect; InitializeComponent(); //CheckForIllegalCrossThreadCalls = false; numericUpDown1.Value = T.DefaultContext.CurrentLevel; T.INFO("--- INTER-QUEUES STANDALONE INICIADO --"); Remoting.DumpAllInfoAboutRegisteredRemotingTypes(); }
private void button1_Click(object sender, EventArgs e) { T.MARK(" ------------ INTER-QUEUES STANDALONE MARK {0} ------------ ", mark_cnt++); Remoting.DumpAllInfoAboutRegisteredRemotingTypes(); }