public frmProfilesManager() : base("ÒµÎñ¹æÔò") { this.Profile = Profiles.FromFile("Profiles.xml"); if (this.Profile == null) { this.Profile = Profiles.Create("Profiles.xml", true); } }
private void AddNew_Click(object sender, RoutedEventArgs e) { Profiles.Create(txtName.Text); }