Beispiel #1
0
 //Form Initiation
 public Form1()
 {
     InitializeComponent();
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     pro = new profiles(this);
     pro.profileCheck();
 }
Beispiel #2
0
 //Form Initiation
 public Form1()
 {
     InitializeComponent();
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     pro = new profiles(this);
     pro.profileCheck();
 }