Beispiel #1
0
 public Dialog(Home P, string msg)
 {
     message = msg;
     InitializeComponent();
 }
 public NewTable(Home P, string DBname)
     : base(P, "NewTable")
 {
     DBstr = DBname;
     InitializeComponent();
 }
 public Options(Home P)
 {
     InitializeComponent();
 }
 public NewTable(Home P) : base(P, "NewTable")
 {
     InitializeComponent();
 }
 public Properties_Dialog(Home P)
 {
     mode = 0;
     InitializeComponent();
 }
 public Properties_Dialog(Home P, string a)
 {
     mode       = 1;
     TargetName = a;
     InitializeComponent();
 }
Beispiel #7
0
 public AboutArchitect(Home P) : base()
 {
     InitializeComponent();
 }
 public ChangePassword(Home P)
 {
     InitializeComponent();
 }