Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Clients.Access.Views/3.3/ClientViews
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Clients.Access.Views/3.3/ClientViews/ClientRegistrationDialog.cs
r14185 r14927 34 34 using (Stream stream = Assembly.GetExecutingAssembly().GetManifestResourceStream(typeof(ClientRegistrationDialog), "Documents.ClientRegistrationInfo.rtf")) 35 35 richTextBox1.LoadFile(stream, RichTextBoxStreamType.RichText); 36 } 37 catch (Exception) { } 36 } catch (Exception) { } 38 37 } 39 38
Note: See TracChangeset
for help on using the changeset viewer.