예제 #1
0
 private void Form1_Load(object sender, EventArgs e)
 {
     Hs = new Housing(3124);
     Hs.CreatUser("bob", "a");
 }
예제 #2
0
 public ReportForm(Housing Hs, string username)
 {
     InitializeComponent();
     this.Hs       = Hs;
     this.username = username;
 }