This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Runtime.Serialization; | |
namespace MyTool | |
{ | |
[Serializable] | |
internal class CommandLineException : Exception | |
{ | |
public CommandLineException() | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Responsive Table</title> | |
<meta charset="UTF-8"> | |
<meta name="description" content="How to create a responsive table"> | |
<meta name="keywords" content="HTML,CSS"> | |
<meta name="author" content="Martine Dowden"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<style> |