Beispiel #1
0
        public void OpenPopup(object sender, EventArgs e)
        {
            content_pop_up pop_up = new content_pop_up(main.json);

            pop_up.SetParentForm(memory.GetTaskbarForm());
        }
Beispiel #2
0
 public content_pop_up_controller(content_pop_up main)
 {
     this.main = main;
 }