8 lines
62 B
Text
8 lines
62 B
Text
|
|
class EmptyApp : Application
|
||
|
|
{
|
||
|
|
void Main()
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|