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