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