lab2 - сдано
This commit is contained in:
parent
4a3147a908
commit
3a02a9e7f2
@ -16,25 +16,12 @@ namespace WinFormsLibrary1
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Конструктор
|
||||
/// </summary>
|
||||
/// <param name="container"></param>
|
||||
public ComponentWithBigText(IContainer container)
|
||||
{
|
||||
container.Add(this);
|
||||
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Создать документ
|
||||
/// </summary>
|
||||
/// <param name="filename"></param>
|
||||
/// <param name="title"></param>
|
||||
/// <param name="rows"></param>
|
||||
/// <exception cref="ArgumentNullException"></exception>
|
||||
public void CreateDocument(string filepath, string title, string[] rows)
|
||||
{
|
||||
if (string.IsNullOrEmpty(filepath))
|
||||
|
Loading…
Reference in New Issue
Block a user