Beispiel #1
0
        public static Form getInstance()
        {
            if (Hlogs == null)
            {
                Hlogs = new HLogs();
            }

            return(Hlogs);
        }
Beispiel #2
0
 private void VHLogs_Click(object sender, EventArgs e)
 {
     HLogs.getInstance().Show();
     //this.Hide();
 }