public static Form getInstance() { if (Slogs == null) { Slogs = new SLog(); } return(Slogs); }
private void SLogs_Click(object sender, EventArgs e) { SLog.getInstance().Show(); //this.Hide(); }