public File_List(string username,login caller) { this.username = username; this.caller = caller; InitializeComponent(); //loadSolveWindow(); //this.Hide(); loadFreeFiles(); }
public E_solve(string filename, string username, string sub, login caller, bool needToSpan = false) { //test this.filename = filename; this.sub_code = sub; this.username = username; this.caller = caller; InitializeComponent(); if (needToSpan) span(); CustomiseGridView(); this.Text = filename ; }