12 строки
189 B
C#
12 строки
189 B
C#
|
using System;
|
||
|
|
||
|
namespace Xamarin.Bundler {
|
||
|
// Compat class to make ErrorHelper.tools.cs compile without ugly ifdefs.
|
||
|
public class Application {
|
||
|
public void LoadSymbols ()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|