예제 #1
0
 static void Main(string[] args)
 {
     LibraryPart.Class1 selector = new LibraryPart.Class1();
     Console.Title = "MASTER 3 commit BRANCH";
     Console.WriteLine(selector.TestMethod());
     Console.ReadLine();
 }
예제 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     txbx_Output.Text  = selector.TestMethod();
     txbx_Output.Text += "FROM MASTER 3 commit";
 }