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