private void button2_Click(object sender, EventArgs e) { progress_frm progress = new progress_frm(); this.Hide(); progress.Show(); }
static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); database = new SqlConnection( @"Data Source=TOÅSTMALÖNEROG; Initial Catalog=SavingApps; Integrated Security=SSPI;"); signin = new signin_frm(); to_Do = new to_do_frm(); main = new main_frm(); Add_Expenses = new add_expensesfrm(); add_Todo = new Add_todo_list(); progress = new progress_frm(); expenses = new expenses_frm(); Crystal = new CrystalReport_frm(); login = new login_frm(); //Application.Run(new login_frm()); //Application.Run(new About_frm()); //test git Application.Run(login); }