コード例 #1
0
        public static Form getInstance()
        {
            if (Slogs == null)
            {
                Slogs = new SLog();
            }

            return(Slogs);
        }
コード例 #2
0
 private void SLogs_Click(object sender, EventArgs e)
 {
     SLog.getInstance().Show();
     //this.Hide();
 }