Пример #1
0
 public static void Open()
 {
     instance = CreateInstance <ExcelImporter>();
     instance.Init();
     instance.Show();
 }