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