Example #1
0
 public ErrorSink(NativeCompileTester tester)
 {
     this.Tester = tester;
 }
Example #2
0
        private void buttonNativeCompileTest_Click(object sender, EventArgs e)
        {
            NativeCompileTester tester = new NativeCompileTester();

            tester.Show();
        }