Exemplo n.º 1
0
 public FormMain(string location)
 {
     dialogue = this;
     InitializeComponent();
     CurrentLocation = location;
 }
Exemplo n.º 2
0
 public FormMain()
 {
     dialogue = this;
     InitializeComponent();
     CurrentLocation = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
 }