Exemplo n.º 1
0
 public OptionForm()
 {
     InitializeComponent();
     instance = this;
 }
Exemplo n.º 2
0
 private void OnDestroy(object sender, FormClosingEventArgs e)
 {
     instance = null;
 }
Exemplo n.º 3
0
 public Scroller(OptionForm form)
 {
     this.form = form;
 }