예제 #1
0
 public void TestSetup()
 {
     methods_CS = new CSharpMethods(Source_CS);
     methods_VB = new VisualBasicMethods(Source_VB);
 }
예제 #2
0
 public void TestSetup()
 {
     csMethods = new CSharpMethods(CsSource);
     vbMethods = new VisualBasicMethods(VbSource);
 }